Skip to content

Commit 13c5d50

Browse files
committed
Add z3 to Ubuntu 18 package pull request check job
This was previously missing, which would cause any tests which needed Z3 to fail this job.
1 parent 62163a9 commit 13c5d50

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
@@ -434,7 +434,7 @@ jobs:
434434
- name: Fetch dependencies
435435
run: |
436436
sudo apt-get update
437-
sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
437+
sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
438438
# remove libgcc-s1, which isn't normally available in Ubuntu 18.04
439439
target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
440440
# libgcc1 uses an epoch, thus the extra 1:

0 commit comments

Comments
 (0)