Skip to content

Commit a91308e

Browse files
committed
Use llvm installation script from GitHub
1 parent c8d5390 commit a91308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ jobs:
540540
shell: bash
541541
working-directory: ${{ env.HOME }}
542542
run: |
543-
wget https://apt.llvm.org/llvm.sh
543+
wget https://raw.githubusercontent.com/opencollab/llvm-jenkins.debian.net/refs/heads/master/llvm.sh
544544
chmod +x llvm.sh
545545
sudo ./llvm.sh 22
546546
sudo apt-get install libc++-22-dev libc++abi-22-dev libunwind-22-dev

0 commit comments

Comments
 (0)