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 463d68a commit bdd28bdCopy full SHA for bdd28bd
.github/workflows/recursive-verification-tests.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Install project dependencies
72
working-directory: recursive_verification
73
- run: bun install
+ run: bun install --frozen-lockfile
74
75
- name: Compile Noir circuit
76
working-directory: recursive_verification/circuit
0 commit comments