Skip to content

Commit

Permalink
fix: make sure rustc is in the path
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 15, 2025
1 parent 17b8011 commit 1bdd12e
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 @@ -285,7 +285,7 @@ jobs:
- name: "Build SP1 project"
run: |
cd ./hello/program
PATH=$HOME/.sp1/bin:$PATH cargo-prove prove build
PATH=$HOME/.sp1/bin:$HOME/.cargo/bin:$PATH cargo-prove prove build
toolchain-test-ec2:
name: "Test toolchain installation (${{ matrix.name }})"
Expand Down

0 comments on commit 1bdd12e

Please sign in to comment.