Skip to content

Commit b3d7261

Browse files
committed
.github/test-pr: set up PATH for foundry
1 parent e69685c commit b3d7261

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,6 @@ jobs:
144144
export PATH=$HOME/.foundry/bin:$PATH
145145
foundryup
146146
- name: 'Test KEVM'
147-
run: GC_DONT_GC=1 nix build .#kevm-test
147+
run: |
148+
export PATH=$HOME/.foundry/bin:$PATH
149+
GC_DONT_GC=1 nix build .#kevm-test

0 commit comments

Comments
 (0)