Skip to content

Commit

Permalink
Merge pull request #3 from soonhokong/main
Browse files Browse the repository at this point in the history
github: Use cda-tum/setup-z3 to install Z3
  • Loading branch information
shigoel authored Jan 30, 2024
2 parents dace776 + 937f210 commit 12da34e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Get z3 binary v4.11.2
run: |
set -o pipefail
curl -OJLsSf https://github.com/Z3Prover/z3/releases/download/z3-4.11.2/z3-4.11.2-x64-glibc-2.31.zip
unzip z3-4.11.2-x64-glibc-2.31.zip && rm z3-4.11.2-x64-glibc-2.31.zip
echo "./z3-4.11.2-x64-glibc-2.31/bin/z3" >> $GITHUB_PATH
- name: Setup Z3
id: z3
uses: cda-tum/setup-z3@v1
with:
version: 4.11.2
add_to_library_path: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3

Expand Down

0 comments on commit 12da34e

Please sign in to comment.