File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,17 @@ jobs:
1616 - uses : actions/checkout@v4
1717 - uses : actions-rust-lang/setup-rust-toolchain@v1
1818 - uses : Swatinem/rust-cache@v2
19- - run : cargo test
20- - run : cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
21- - name : risczero toolchain install
22- uses : risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.2
23- with :
24- ref : ${{ env.RISC0_MONOREPO_REF }}
19+ - name : RISC Zero toolchain install
20+ run : |
21+ curl -L https://risczero.com/install | bash
22+ cat ~/.bashrc
23+ . ~/.bashrc && rzup install cargo-risczero v1.2.2
24+
25+ # - run: cargo test
26+ # - run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
27+ # - name: risczero toolchain install
28+ # uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.2
29+ # with:
30+ # ref: ${{ env.RISC0_MONOREPO_REF }}
2531 - run : ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
2632 - run : git diff --exit-code
You can’t perform that action at this time.
0 commit comments