Skip to content

Commit 6e80cdb

Browse files
committed
update forge install
1 parent 307fcef commit 6e80cdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/with_foundry.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
- name: Set up foundry
3737
uses: ./.github/actions/setup-foundry
3838

39-
- name: Install forge dependencies
40-
run: forge install
41-
4239
- name: Install bb
4340
run: |
4441
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
@@ -50,6 +47,10 @@ jobs:
5047
bbup -v 0.63.1
5148
shell: bash
5249

50+
- name: Install forge dependencies
51+
run: forge install
52+
working-directory: with-foundry
53+
5354
- name: Generate verifier contract
5455
run: |
5556
nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract

0 commit comments

Comments
 (0)