Skip to content

Commit 27f0d59

Browse files
committed
CI: don't install libwww-perl
We no longer need the libwww-perl package, as the Makefile now uses curl to download minisat.
1 parent d5876da commit 27f0d59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: ccache -z --max-size=500M
4040
- name: Get minisat
4141
run: |
42-
sudo apt-get install libwww-perl
4342
make -C lib/cbmc/src minisat2-download
4443
- name: Build with make
4544
run: make -C src -j2 CXX="ccache g++"
@@ -87,7 +86,6 @@ jobs:
8786
run: ccache -z --max-size=500M
8887
- name: Get minisat
8988
run: |
90-
sudo apt-get install libwww-perl
9189
make -C lib/cbmc/src minisat2-download
9290
- name: Build with make
9391
run: |

0 commit comments

Comments
 (0)