Skip to content

Commit

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

0 comments on commit ceaec0a

Please sign in to comment.