Skip to content

Commit

Permalink
install risc0 tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Aug 13, 2024
1 parent 1d6e225 commit 2280981
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@ jobs:

- uses: dtolnay/[email protected]

- run: cargo build -p zkvm-utils
- uses: taiki-e/install-action@cargo-binstall

- name: install risc0 tooling
shell: bash
run: |
cargo binstall cargo-risczero -y
cargo risczero install
cargo risczero --version
- name: build zkvm-utils
run: cargo build -p zkvm-utils
working-directory: .

- name: install foundry
Expand Down

0 comments on commit 2280981

Please sign in to comment.