Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwenxi committed Sep 25, 2024
1 parent 1c96dcb commit 49d37f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/prover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
- uses: actions/checkout@v3
- name: Run build
run: make build-prover
shell: bash
2 changes: 1 addition & 1 deletion prover/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build-prover:
./sp1up.sh && sp1up && cargo build
./sp1up.sh && . ~/.bashrc && sp1up && cargo build

save-plonk-circuits:
rm -rf plonk-circuits && \
Expand Down

0 comments on commit 49d37f4

Please sign in to comment.