Skip to content

Commit

Permalink
Update build-unix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Sá Menezes authored Jun 24, 2024
1 parent 780c096 commit 205a15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install clang llvm clang-tidy git linux-libc-dev libclang-dev libclang-cpp-dev cmake build-essential
- name: Configure project
run: mkdir build && cd build && cmake .. -DBUILD_TESTING=1
run: mkdir build && cd build && cmake .. -DBUILD_TESTING=1 -DClang_DIR=/usr/lib/cmake/clang-14 -DLLVM_DIR=/usr/lib/llvm-14/lib/cmake/llvm
- name: Build project
run: make -j4
- name: Run tests
Expand Down

0 comments on commit 205a15b

Please sign in to comment.