We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f88a2 commit b3349b0Copy full SHA for b3349b0
.github/workflows/test-pr.yml
@@ -122,7 +122,7 @@ jobs:
122
os: [ubuntu-latest, macos-latest]
123
runs-on: ${{ matrix.os }}
124
steps:
125
- - name: Check out code
+ - name: 'Check out code'
126
uses: actions/checkout@v3
127
with:
128
# Check out pull request HEAD instead of merge commit.
@@ -138,5 +138,9 @@ jobs:
138
139
name: k-framework
140
authToken: '${{ secrets.CACHIX_PUBLIC_TOKEN }}'
141
+ - name: 'Install Foundry'
142
+ run: |
143
+ curl -L https://foundry.paradigm.xyz | bash
144
+ foundryup
145
- name: 'Test KEVM'
146
run: GC_DONT_GC=1 nix build .#kevm-test
0 commit comments