Skip to content

Commit

Permalink
fix: cargo prove not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 7, 2024
1 parent 358ed8b commit 465c41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,12 @@ jobs:
- name: "Create SP1 project from template"
run: |
cargo prove new hello
$HOME/.sp1/bin/cargo-prove new hello
- name: "Build SP1 project"
run: |
cd ./hello/program
cargo prove build
$HOME/.sp1/bin/cargo-prove build
cleanup:
name: Release cleanup
Expand Down

0 comments on commit 465c41b

Please sign in to comment.