Skip to content

Commit 9510b7b

Browse files
committed
fix
1 parent 8c7397e commit 9510b7b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
pull_request:
88

9-
env:
10-
RISC0_MONOREPO_REF: "v1.2.2"
11-
129
jobs:
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

0 commit comments

Comments
 (0)