Skip to content

Commit

Permalink
Fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Dec 2, 2024
1 parent 758c473 commit 9ffff4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:

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

env:
CC: clang-18
CXX: clang++-18
CLANG_DIR: '/usr/lib/llvm-18/lib/cmake/clang'
LLVM_DIR: '/usr/lib/llvm-18/lib/cmake/llvm'


steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9ffff4d

Please sign in to comment.