Skip to content

Commit 7145c28

Browse files
committed
fix: contracts testing workflow
1 parent 6f21310 commit 7145c28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-
6262
6363
- name: Install contracts dependencies
64-
run: yarn workspace @kleros/kleros-v2-contracts install
64+
run: |
65+
yarn set version 4.5.1
66+
yarn workspace @kleros/kleros-v2-contracts install
6567
6668
- name: Install Foundry
6769
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0

0 commit comments

Comments
 (0)