We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 627faee + c3b3797 commit 3016fe5Copy full SHA for 3016fe5
.github/workflows/release-packages.yaml
@@ -13,7 +13,9 @@ jobs:
13
with:
14
submodules: recursive
15
- name: Fetch dependencies
16
- run: sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
+ run: |
17
+ sudo apt-get update
18
+ sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
19
- name: Confirm z3 solver is available and log the version installed
20
run: z3 --version
21
- name: Prepare ccache
0 commit comments