File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,19 @@ jobs:
68
68
- name : Install Foundry
69
69
uses : risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
70
70
71
- - name : risczero toolchain install
71
+ - name : install rzup
72
72
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
79
84
80
85
- name : cargo check to build autogenerated files
81
86
run : cargo check
You can’t perform that action at this time.
0 commit comments