We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaeaac commit d8e422dCopy full SHA for d8e422d
.github/workflows/pull-request-checks.yaml
@@ -427,7 +427,7 @@ jobs:
427
- name: Fetch dependencies
428
run: |
429
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
+ sudo apt-get install --no-install-recommends -y g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
431
# remove libgcc-s1, which isn't normally available in Ubuntu 18.04
432
target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
433
# libgcc1 uses an epoch, thus the extra 1:
0 commit comments