Skip to content

Commit 35af161

Browse files
committed
[FIXUP] Add a command to fix the broken package dependencies
1 parent bea8695 commit 35af161

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
@@ -72,7 +72,7 @@ jobs:
7272
DEBIAN_FRONTEND: noninteractive
7373
run: |
7474
sudo apt-get update
75-
sudo apt-get install --no-install-recommends -yq clang clang++ gdb maven jq flex bison libxml2-utils cpanminus
75+
sudo apt-get install --no-install-recommends -yqf clang clang++ gdb maven jq flex bison libxml2-utils cpanminus
7676
make -C src minisat2-download
7777
cpanm Thread::Pool::Simple
7878
- name: Build with make

0 commit comments

Comments
 (0)