Skip to content

Commit

Permalink
add z3 install step to test
Browse files Browse the repository at this point in the history
  • Loading branch information
samalws-tob committed Apr 9, 2024
1 parent 1d8f746 commit 8427961
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,14 @@ jobs:
HOST_OS: ${{ runner.os }}
SOLC_VER: ${{ matrix.solc }}

- name: Install Z3 (Linux)
if: runner.os == 'Linux'
run: apt install z3

- name: Install Z3 (Windows)
if: runner.os == 'Windows'
run: pacman -S mingw-w64-x86_64-z3

- name: Download testsuite
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8427961

Please sign in to comment.