Skip to content

Commit d8e422d

Browse files
committed
Add z3 to Ubuntu 18 package pullrequest check job
1 parent ddaeaac commit d8e422d

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

0 commit comments

Comments
 (0)