Skip to content

Commit 7209aeb

Browse files
committed
fix
1 parent e703e1c commit 7209aeb

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)