Skip to content

Commit 7ffc143

Browse files
committed
ci: add risc0 installation task
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 4396e95 commit 7ffc143

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ jobs:
1515
- uses: Swatinem/rust-cache@v2
1616
- run: cargo test
1717
- run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
18+
- name: RISC Zero installation
19+
run: |
20+
curl -L https://risczero.com/install | bash
21+
source ~/.bashrc && rzup install cargo-risczero v1.2.2
1822
- run: ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
1923
- run: git diff --exit-code

0 commit comments

Comments
 (0)