Skip to content

Commit

Permalink
chore: searching for executable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves authored Dec 7, 2023
1 parent 264a6a6 commit 5a7eecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
run: |
sudo wget -O /tmp/echidna-2.2.1-Linux.zip https://github.com/crytic/echidna/releases/download/v2.2.1/echidna-2.2.1-Linux.zip
sudo unzip /tmp/echidna-2.2.1-Linux.zip -d /usr/bin
cd /usr/bin
ls -a
sudo chmod +x /usr/bin/echidna
- name: Run ${{ matrix.testName }} as properties
Expand Down

0 comments on commit 5a7eecb

Please sign in to comment.