Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
imp: use cargo binstall instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Feb 13, 2024
1 parent d3cc5fe commit a7bb55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/risc0-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:
CARGO_PROFILE_RELEASE_DEBUG: 1
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
RISC0_DEV_MODE: 1

jobs:
risc0-check:
Expand All @@ -31,7 +30,7 @@ jobs:
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
- name: Install cargo-risc0
run: cargo install cargo-risczero
run: cargo binstall cargo-risczero
- name: Install risc0-zkvm toolchain
run: cargo risczero install
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ docs: ## Generates documentation locally
cargo doc --all-features --no-deps --release --open

check-risc0: ## Checks that the project compiles with risc0
cd ci/risc0-check && RISC0_DEV_MODE=1 CARGO_NET_GIT_FETCH_WITH_CLI=true cargo run
cd ci/risc0-check && RISC0_DEV_MODE=1 cargo run

0 comments on commit a7bb55b

Please sign in to comment.