Skip to content

Commit 932d412

Browse files
committed
CI: Use CaDiCaL on Windows
We should also build solvers others than MiniSat on Windows.
1 parent dae5af0 commit 932d412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ jobs:
730730
echo "CLCACHE_BASEDIR=$((Get-Item -Path '.\').FullName)" >> $env:GITHUB_ENV
731731
echo "CLCACHE_DIR=$pwd\.ccache" >> $env:GITHUB_ENV
732732
- name: Configure with cmake
733-
run: cmake -S . -B build
733+
run: cmake -S . -B build -Dsat_impl="minisat2;cadical"
734734
- name: Zero ccache stats and limit in size (2 GB)
735735
run: |
736736
clcache -z
@@ -858,7 +858,7 @@ jobs:
858858
echo "CLCACHE_BASEDIR=$((Get-Item -Path '.\').FullName)" >> $env:GITHUB_ENV
859859
echo "CLCACHE_DIR=$pwd\.ccache" >> $env:GITHUB_ENV
860860
- name: Configure with cmake
861-
run: cmake -S . -B build
861+
run: cmake -S . -B build -Dsat_impl="minisat2;cadical"
862862
- name: Build Release
863863
run: cmake --build build --config Release -- /p:UseMultiToolTask=true /p:CLToolExe=clcache
864864
- name: Print ccache stats

0 commit comments

Comments
 (0)