From c096487eeae0df88ae90cd959bbd15658fa41e16 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 19 Jul 2024 00:32:27 +0200 Subject: [PATCH] Test if this fixes LLVM 18 compilation. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 954c179a0..894f6e249 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -223,6 +223,7 @@ jobs: sudo apt remove libllvm15 fi if [[ "${{matrix.llvm_version}}" < 19 ]]; then + sudo apt remove libllvm18 sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{matrix.llvm_version}} main" sudo apt-get update sudo apt-get install -y -t llvm-toolchain-focal-${{matrix.llvm_version}} libpolly-${{matrix.llvm_version}}-dev \