File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ jobs:
730
730
echo "CLCACHE_BASEDIR=$((Get-Item -Path '.\').FullName)" >> $env:GITHUB_ENV
731
731
echo "CLCACHE_DIR=$pwd\.ccache" >> $env:GITHUB_ENV
732
732
- name : Configure with cmake
733
- run : cmake -S . -B build
733
+ run : cmake -S . -B build -Dsat_impl="minisat2;cadical"
734
734
- name : Zero ccache stats and limit in size (2 GB)
735
735
run : |
736
736
clcache -z
@@ -858,7 +858,7 @@ jobs:
858
858
echo "CLCACHE_BASEDIR=$((Get-Item -Path '.\').FullName)" >> $env:GITHUB_ENV
859
859
echo "CLCACHE_DIR=$pwd\.ccache" >> $env:GITHUB_ENV
860
860
- name : Configure with cmake
861
- run : cmake -S . -B build
861
+ run : cmake -S . -B build -Dsat_impl="minisat2;cadical"
862
862
- name : Build Release
863
863
run : cmake --build build --config Release -- /p:UseMultiToolTask=true /p:CLToolExe=clcache
864
864
- name : Print ccache stats
You can’t perform that action at this time.
0 commit comments