ci: Fix docker CI in forks (#2435)

This commit is contained in:
Ayaz Salikhov
2025-08-14 17:52:10 +01:00
committed by GitHub
parent 1ec906addc
commit 0a8470758d
6 changed files with 13 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update \
ARG CLANG_MAJOR_VERSION=invalid
# Bump this version to force rebuild of the image
ARG BUILD_VERSION=0
ARG BUILD_VERSION=1
RUN wget --progress=dot:giga https://apt.llvm.org/llvm.sh \
&& chmod +x llvm.sh \