Skip to content

Commit

Permalink
fix cargo risczero build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtny1 committed Oct 2, 2023
1 parent ceaec0a commit 4e60493
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/curve25519-dalek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: risc0/risc0/.github/actions/rustup@main
# install the risc0 toolchain
# install the risc0 toolchain using the latest release of cargo-risczero
- run: cargo install cargo-risczero
- run: cargo risczero install
- run: git clone https://github.com/risc0/risc0.git
# rebuild with the latest cargo-risczero with the experimental feature
- run: cargo install cargo-risczero --path risc0/risc0/cargo-risczero --features experimental
- run: cargo risczero test -- --release --all-features

0 comments on commit 4e60493

Please sign in to comment.