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 d5466e8 commit 4eafbbbCopy full SHA for 4eafbbb
.github/workflows/contracts-testing.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
with:
44
submodules: recursive
45
-
+
46
- name: Set up corepack (for yarn)
47
run: |
48
corepack enable
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Install contracts dependencies
71
72
- yarn workspace @kleros/kleros-v2-contracts install
+ YARN_ENABLE_HARDENED_MODE=0 yarn workspace @kleros/kleros-v2-contracts install
73
74
- name: Install Foundry
75
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0
0 commit comments