Skip to content

Commit

Permalink
fix: missing --bare arg
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 8, 2024
1 parent b660234 commit 584dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
- name: "Create SP1 project from template"
run: |
$HOME/.sp1/bin/cargo-prove prove new hello
$HOME/.sp1/bin/cargo-prove prove new --bare hello
- name: "Build SP1 project"
run: |
Expand Down

0 comments on commit 584dd26

Please sign in to comment.