We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c1679 commit 0b25a32Copy full SHA for 0b25a32
.github/workflows/publish.yml
@@ -28,8 +28,9 @@ jobs:
28
# Install risczero toolchain to build the program ELF and image ID deterministically in docker.
29
- name: risczero toolchain install
30
run: |
31
- curl -L https://risczero.com/install | bash
32
- rzup install
+ cargo install cargo-binstall --version '=1.6.9' --locked
+ cargo binstall [email protected] --no-confirm --force
33
+ cargo risczero install
34
35
- name: Install Foundry
36
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
0 commit comments