Skip to content

Commit

Permalink
Fix prover E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTaule committed Aug 26, 2024
1 parent 50056ce commit a5c0b30
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 @@ -22,7 +22,7 @@ jobs:
- name: Install snarkjs
run: npm list -g snarkjs || npm -g install snarkjs
- name: make
run: cd src/grpc && make && cd ../.. && make generate && make -j
run: cd src/grpc && make && cd ../.. && make PROVER_FORK_ID=10 generate && make PROVER_FORK_ID=10 -j
- name: remove all config
run: rm -rf config
- name: remove old proofs
Expand Down

0 comments on commit a5c0b30

Please sign in to comment.