Skip to content

Commit b8e41b9

Browse files
committed
Revert "Use llvm installation script from GitHub"
This reverts commit a91308e. It is not needed any more, because the bug in the installation file was fixed, see llvm/llvm-project#183715
1 parent 0ab6b69 commit b8e41b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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://raw.githubusercontent.com/opencollab/llvm-jenkins.debian.net/refs/heads/master/llvm.sh
543+
wget https://apt.llvm.org/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)