Skip to content

Commit

Permalink
repare github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rickb80 committed Nov 4, 2024
1 parent f482dd7 commit 40e2bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prover_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '16'
- name: Install snarkjs
run: npm -g install snarkjs
run: npm list -g snarkjs || npm -g install snarkjs
- name: make
run: cd src/grpc && make && cd ../.. && make generate && make -j
- name: remove all config
Expand Down

0 comments on commit 40e2bd2

Please sign in to comment.