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 137dcb9 commit 631e09fCopy full SHA for 631e09f
.github/workflows/test-examples.yml
@@ -15,15 +15,13 @@ jobs:
15
16
- name: Install dependencies
17
run: |
18
- sudo apt-get update
19
- sudo apt-get install -y build-essential
20
# Install aztec
21
NON_INTERACTIVE=1 bash -i <(curl -s https://install.aztec.network)
22
- echo "$HOME/.aztec/bin" >> $GITHUB_PATH
+ # echo "$HOME/.aztec/bin" >> $GITHUB_PATH
23
24
- name: Build+Test Hello
25
26
cd hello
27
make
28
- make gate-flamegraph div_prv
+ # make gate-flamegraph div_prv
29
aztec test
0 commit comments