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 6f21310 commit 7145c28Copy full SHA for 7145c28
.github/workflows/contracts-testing.yml
@@ -61,7 +61,9 @@ jobs:
61
${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-
62
63
- name: Install contracts dependencies
64
- run: yarn workspace @kleros/kleros-v2-contracts install
+ run: |
65
+ yarn set version 4.5.1
66
+ yarn workspace @kleros/kleros-v2-contracts install
67
68
- name: Install Foundry
69
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0
0 commit comments