We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e9bc7 commit ab33044Copy full SHA for ab33044
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,12 @@ jobs:
28
sudo ./llvm.sh 21 all
29
sudo apt-get install -y cmake ninja-build libgtest-dev llvm-21-dev libclang-21-dev
30
31
+ - name: Fix LLVM 21 Header Conflict
32
+ run: |
33
+ echo "Removing conflicting cxxabi headers from LLVM include dir..."
34
+ sudo rm -f /usr/lib/llvm-21/include/cxxabi.h
35
+ sudo rm -f /usr/lib/llvm-21/include/__cxxabi_config.h
36
+
37
- name: Configure CMake
38
run: |
39
cmake -B build -G Ninja \
0 commit comments