Skip to content

Commit 9ffff4d

Browse files
committed
Fixed ci
1 parent 758c473 commit 9ffff4d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ jobs:
9494

9595
runs-on: ${{ matrix.os }}
9696

97+
env:
98+
CC: clang-18
99+
CXX: clang++-18
100+
CLANG_DIR: '/usr/lib/llvm-18/lib/cmake/clang'
101+
LLVM_DIR: '/usr/lib/llvm-18/lib/cmake/llvm'
102+
103+
97104
steps:
98105
- uses: actions/checkout@v4
99106

0 commit comments

Comments
 (0)