Skip to content

Commit 631e09f

Browse files
committed
test .yml
1 parent 137dcb9 commit 631e09f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-examples.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ jobs:
1515

1616
- name: Install dependencies
1717
run: |
18-
sudo apt-get update
19-
sudo apt-get install -y build-essential
2018
# Install aztec
2119
NON_INTERACTIVE=1 bash -i <(curl -s https://install.aztec.network)
22-
echo "$HOME/.aztec/bin" >> $GITHUB_PATH
20+
# echo "$HOME/.aztec/bin" >> $GITHUB_PATH
2321
2422
- name: Build+Test Hello
2523
run: |
2624
cd hello
2725
make
28-
make gate-flamegraph div_prv
26+
# make gate-flamegraph div_prv
2927
aztec test

0 commit comments

Comments
 (0)