We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62163a9 commit 13c5d50Copy full SHA for 13c5d50
.github/workflows/pull-request-checks.yaml
@@ -434,7 +434,7 @@ jobs:
434
- name: Fetch dependencies
435
run: |
436
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
+ sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
438
# remove libgcc-s1, which isn't normally available in Ubuntu 18.04
439
target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
440
# libgcc1 uses an epoch, thus the extra 1:
0 commit comments