Skip to content

Commit

Permalink
install risc0 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Sep 3, 2024
1 parent 627f9e5 commit 49c16cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
- name: Setup build environment (Windows)
if: matrix.os == 'windows-latest'
uses: ./.github/actions/mingw-env
- name: Install risc0
run: cargo install cargo-risczero && cargo risczero install
- name: Cargo build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 49c16cb

Please sign in to comment.