Skip to content

Commit 4779e7b

Browse files
committed
ci: add local bin path to test environment
1 parent 1ae463b commit 4779e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ jobs:
256256

257257
- name: Test
258258
run: |
259+
export PATH="$PATH:$HOME/.local/bin"
259260
solc-select use ${{ matrix.solc }}
260261
chmod +x echidna-testsuite*
261262
./echidna-testsuite*
263+
shell: bash

0 commit comments

Comments
 (0)