Skip to content

Commit

Permalink
Copy ./bin/echidna to diffusc installation location
Browse files Browse the repository at this point in the history
  • Loading branch information
webthethird committed Aug 7, 2023
1 parent 871916b commit dfcb4cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-path-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Install diffusc
run: |
pip3 install ".[test]"
mkdir /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/bin/
sudo cp bin/echidna /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/bin/
solc-select install 0.8.11
solc-select use 0.8.11
Expand Down

0 comments on commit dfcb4cc

Please sign in to comment.