Skip to content

Commit bbf8349

Browse files
committed
fix dep install
1 parent 6e80cdb commit bbf8349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/with_foundry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
shell: bash
4949

5050
- name: Install forge dependencies
51-
run: forge install
51+
run: forge install 0xnonso/foundry-noir-helper --no-commit
5252
working-directory: with-foundry
5353

5454
- name: Generate verifier contract

with-foundry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install [noirup](https://noir-lang.org/docs/getting_started/installation/#instal
3131
curl -L https://foundry.paradigm.xyz | bash
3232
```
3333

34-
4. Install foundry dependencies by running `forge install`.
34+
4. Install foundry dependencies by running `forge install 0xnonso/foundry-noir-helper --no-commit`.
3535

3636
5. Install `bbup`, the tool for managing Barretenberg versions, by following the instructions
3737
[here](https://github.com/AztecProtocol/aztec-packages/blob/master/barretenberg/bbup/README.md#installation).

0 commit comments

Comments
 (0)