Skip to content

Commit 0b25a32

Browse files
committed
revert ci
1 parent 14c1679 commit 0b25a32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
# Install risczero toolchain to build the program ELF and image ID deterministically in docker.
2929
- name: risczero toolchain install
3030
run: |
31-
curl -L https://risczero.com/install | bash
32-
rzup install
31+
cargo install cargo-binstall --version '=1.6.9' --locked
32+
cargo binstall [email protected] --no-confirm --force
33+
cargo risczero install
3334
3435
- name: Install Foundry
3536
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f

0 commit comments

Comments
 (0)