Skip to content

Commit febd5b2

Browse files
committed
[CI] specify explicit clang version
1 parent 315308a commit febd5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: recursive
1616
- 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
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
1818
- name: Build
1919
run: ninja -v -C build
2020
- name: Test

0 commit comments

Comments
 (0)