File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 66 - main
77 pull_request :
88
9- env :
10- RISC0_MONOREPO_REF : " v1.2.2"
11-
129jobs :
1310 test :
1411 runs-on : ubuntu-22.04
@@ -19,13 +16,13 @@ jobs:
1916 - name : RISC Zero toolchain install
2017 run : |
2118 curl -L https://risczero.com/install | bash
22- export PATH=$PATH: /home/runner/.risc0/bin && rzup install cargo-risczero v1.2.2
19+ . " /home/runner/.bashrc" && rzup install rust && rzup install cargo-risczero v1.2.2
2320
2421 # - run: cargo test
2522 # - run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
2623 # - name: risczero toolchain install
2724 # uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.2
2825 # with:
2926 # ref: ${{ env.RISC0_MONOREPO_REF }}
30- - run : export PATH=$PATH: /home/runner/.risc0/bin && ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
27+ - run : . " /home/runner/.bashrc" && ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
3128 - run : git diff --exit-code
You can’t perform that action at this time.
0 commit comments