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 cc59072 commit 678bd9fCopy full SHA for 678bd9f
.github/workflows/with_foundry.yaml
@@ -43,7 +43,9 @@ jobs:
43
run: |
44
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
45
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
46
- source /home/runner/.bashrc
+ echo "PATH=$PATH:/home/runner/.bb" >> ~/.bashrc
47
+ source ~/.bashrc
48
+ source
49
shell: bash
50
51
- name: Use bbup
0 commit comments