We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d5390 commit a91308eCopy full SHA for a91308e
.github/workflows/cmake.yml
@@ -540,7 +540,7 @@ jobs:
540
shell: bash
541
working-directory: ${{ env.HOME }}
542
run: |
543
- wget https://apt.llvm.org/llvm.sh
+ wget https://raw.githubusercontent.com/opencollab/llvm-jenkins.debian.net/refs/heads/master/llvm.sh
544
chmod +x llvm.sh
545
sudo ./llvm.sh 22
546
sudo apt-get install libc++-22-dev libc++abi-22-dev libunwind-22-dev
0 commit comments