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 2793b1b commit 6641d3fCopy full SHA for 6641d3f
.github/workflows/contracts-testing.yml
@@ -131,7 +131,9 @@ jobs:
131
run: yarn workspace @kleros/kleros-v2-contracts install
132
133
- name: Install Foundry
134
- uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
+ run: |
135
+ curl -L https://foundry.paradigm.xyz | bash
136
+ # uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
137
138
- name: Run Foundry tests
139
run: cd contracts && forge test
0 commit comments