From 096f0750277cab436bdb5684dc4f1d7381e7132b Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Sun, 15 Mar 2026 07:11:08 +0100 Subject: [PATCH] Revert "Use llvm installation script from GitHub" This reverts commit a91308e04af636d430d18cf3913a4cc47d2c5660. It is not needed any more, because the bug in the installation file was fixed, see https://github.com/llvm/llvm-project/issues/183715 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3ec0636e..bd9c7b2d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -540,7 +540,7 @@ jobs: shell: bash working-directory: ${{ env.HOME }} run: | - wget https://raw.githubusercontent.com/opencollab/llvm-jenkins.debian.net/refs/heads/master/llvm.sh + wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh sudo ./llvm.sh 22 sudo apt-get install libc++-22-dev libc++abi-22-dev libunwind-22-dev