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 307fcef commit 6e80cdbCopy full SHA for 6e80cdb
.github/workflows/with_foundry.yaml
@@ -36,9 +36,6 @@ jobs:
36
- name: Set up foundry
37
uses: ./.github/actions/setup-foundry
38
39
- - name: Install forge dependencies
40
- run: forge install
41
-
42
- name: Install bb
43
run: |
44
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
@@ -50,6 +47,10 @@ jobs:
50
47
bbup -v 0.63.1
51
48
shell: bash
52
49
+ - name: Install forge dependencies
+ run: forge install
+ working-directory: with-foundry
53
+
54
- name: Generate verifier contract
55
56
nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract
0 commit comments