Skip to content

Commit 78d3b6b

Browse files
committed
Remove -Dsat_impl=cadical which is no longer valid
1 parent 45b1072 commit 78d3b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ jobs:
763763
- name: Zero ccache stats and limit in size
764764
run: ccache -z --max-size=500M
765765
- name: Configure CMake
766-
run: cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -Dsat_impl=cadical
766+
run: cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release
767767
- name: Build using Ninja
768768
run: ninja -C build -j2
769769
- name: Print ccache stats

0 commit comments

Comments
 (0)