We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dc29d commit 3e9ed8bCopy full SHA for 3e9ed8b
.github/workflows/pull-request-checks.yaml
@@ -535,7 +535,7 @@ jobs:
535
run: |
536
mkdir build
537
cd build
538
- 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
539
- name: Build with Ninja
540
run: cd build; ninja -j3
541
- name: Print ccache stats
0 commit comments