Skip to content

Commit e69685c

Browse files
committed
.github/test-pr: set foundryup on PATH manually at first
1 parent b3349b0 commit e69685c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
- name: 'Install Foundry'
142142
run: |
143143
curl -L https://foundry.paradigm.xyz | bash
144+
export PATH=$HOME/.foundry/bin:$PATH
144145
foundryup
145146
- name: 'Test KEVM'
146147
run: GC_DONT_GC=1 nix build .#kevm-test

0 commit comments

Comments
 (0)