Skip to content

Commit b3349b0

Browse files
committed
.github/test-pr: install Foundry on Nix testing environment
1 parent b9f88a2 commit b3349b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
os: [ubuntu-latest, macos-latest]
123123
runs-on: ${{ matrix.os }}
124124
steps:
125-
- name: Check out code
125+
- name: 'Check out code'
126126
uses: actions/checkout@v3
127127
with:
128128
# Check out pull request HEAD instead of merge commit.
@@ -138,5 +138,9 @@ jobs:
138138
with:
139139
name: k-framework
140140
authToken: '${{ secrets.CACHIX_PUBLIC_TOKEN }}'
141+
- name: 'Install Foundry'
142+
run: |
143+
curl -L https://foundry.paradigm.xyz | bash
144+
foundryup
141145
- name: 'Test KEVM'
142146
run: GC_DONT_GC=1 nix build .#kevm-test

0 commit comments

Comments
 (0)