Skip to content

Commit bea8695

Browse files
committed
[FIXUP] Add a missing apt-get update before dependencies installation.
1 parent 7f3a255 commit bea8695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
# user input
7272
DEBIAN_FRONTEND: noninteractive
7373
run: |
74+
sudo apt-get update
7475
sudo apt-get install --no-install-recommends -yq clang clang++ gdb maven jq flex bison libxml2-utils cpanminus
7576
make -C src minisat2-download
7677
cpanm Thread::Pool::Simple

0 commit comments

Comments
 (0)