Skip to content

Commit 24dcf0f

Browse files
committed
rzup instead of cargo-risczero
1 parent b7fca09 commit 24dcf0f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,19 @@ jobs:
6868
- name: Install Foundry
6969
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
7070

71-
- name: risczero toolchain install
71+
- name: install rzup
7272
run: |
73-
cargo install cargo-binstall --version '=1.6.9' --locked
74-
cargo binstall [email protected] --no-confirm --force
75-
cargo risczero install
76-
# uses: risc0/risc0-ethereum/.github/actions/[email protected]
77-
# with:
78-
# ref: ${{ env.RISC0_MONOREPO_REF }}
73+
curl -L https://risczero.com/install | bash
74+
echo "$HOME/.risc0/bin" >> $GITHUB_PATH
75+
shell: bash
76+
77+
- name: install rzup components
78+
run: |
79+
rzup install --verbose --force cargo-risczero 2.0.2
80+
rzup install --verbose --force r0vm 2.0.2
81+
rzup install --verbose --force rust 1.85.0
82+
rzup install --verbose --force cpp
83+
shell: bash
7984

8085
- name: cargo check to build autogenerated files
8186
run: cargo check

0 commit comments

Comments
 (0)