We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbe9b1f + 3e9ed8b commit 339d17cCopy full SHA for 339d17c
.github/workflows/pull-request-checks.yaml
@@ -588,7 +588,7 @@ jobs:
588
run: |
589
mkdir build
590
cd build
591
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -Dsat_impl=glucose
+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -DCMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++ -Dsat_impl=glucose
592
- name: Build with Ninja
593
run: cd build; ninja -j3
594
- name: Print ccache stats
0 commit comments