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