Skip to content

Commit

Permalink
install z3
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jan 22, 2025
1 parent 3930b84 commit 965e5fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:

- name: Install hevm
run: |
# hevm dependency
sudo apt-get install z3
wget -O hevm https://github.com/ethereum/hevm/releases/download/release/0.54.2/hevm-x86_64-linux
chmod +x hevm
mkdir -p "$HOME/.local/bin/"
Expand Down

0 comments on commit 965e5fc

Please sign in to comment.