File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
4040 echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
4141 - 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"
4343 - name : Zero ccache stats and limit in size
4444 run : ccache -z --max-size=500M
4545 - name : Build using Ninja
@@ -112,7 +112,7 @@ jobs:
112112 run : |
113113 mkdir build
114114 cd build
115- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
115+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -Dsat_impl="minisat2;cadical"
116116 - name : Zero ccache stats and limit in size
117117 run : ccache -z --max-size=500M
118118 - name : Build using Ninja
@@ -198,7 +198,7 @@ jobs:
198198 run : |
199199 mkdir build
200200 cd build
201- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
201+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -Dsat_impl="minisat2;cadical"
202202 - name : Zero ccache stats and limit in size
203203 run : ccache -z --max-size=500M
204204 - name : Build using Ninja
You can’t perform that action at this time.
0 commit comments