Skip to content

Commit 0ebe03e

Browse files
committed
Fix CI by installing risc0
1 parent 0608a85 commit 0ebe03e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- name: Build guests
3939
run: |
40+
curl -L https://risczero.com/install | bash
41+
rzup install cargo-risczero 2.0.2
4042
REPR_GUEST_BUILD=1 BITCOIN_NETWORK=mainnet cargo build -p header-chain-circuit --release
4143
REPR_GUEST_BUILD=1 BITCOIN_NETWORK=mainnet cargo build -p final-spv-circuit --release
4244

0 commit comments

Comments
 (0)