File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
40
40
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
41
41
- name : Configure CMake
42
- run : cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
42
+ run : cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++ -Dsat_impl="minisat2;cadical"
43
43
- name : Zero ccache stats and limit in size
44
44
run : ccache -z --max-size=500M
45
45
- name : Build using Ninja
@@ -112,7 +112,7 @@ jobs:
112
112
run : |
113
113
mkdir build
114
114
cd build
115
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
115
+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -Dsat_impl="minisat2;cadical"
116
116
- name : Zero ccache stats and limit in size
117
117
run : ccache -z --max-size=500M
118
118
- name : Build using Ninja
@@ -198,7 +198,7 @@ jobs:
198
198
run : |
199
199
mkdir build
200
200
cd build
201
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
201
+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -Dsat_impl="minisat2;cadical"
202
202
- name : Zero ccache stats and limit in size
203
203
run : ccache -z --max-size=500M
204
204
- name : Build using Ninja
You can’t perform that action at this time.
0 commit comments