We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315308a commit febd5b2Copy full SHA for febd5b2
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
submodules: recursive
16
- name: Configure
17
- run: CC=clang CXX=clang++ cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DTPDE_BUILD_DOCS=ON -DLIT=/usr/bin/lit
+ run: CC=clang-19 CXX=clang++-19 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DTPDE_BUILD_DOCS=ON -DLIT=/usr/bin/lit -DLLVM_DIR=/usr/lib64/llvm-19
18
- name: Build
19
run: ninja -v -C build
20
- name: Test
0 commit comments