We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dc526 commit 7031129Copy full SHA for 7031129
.github/workflows/publish.yml
@@ -34,12 +34,17 @@ jobs:
34
with:
35
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
37
+ - name: Install rust
38
+ uses: risc0/risc0/.github/actions/rustup@main
39
+
40
# Install risczero toolchain to build the program ELF and image ID deterministically in docker.
41
- name: risczero toolchain install
42
run: |
43
cargo install cargo-binstall --version '=1.6.9' --locked
44
cargo binstall [email protected] --no-confirm --force
45
cargo risczero install
46
+ - name: Install Foundry
47
+ uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
48
- name: cargo check to build ELF and image ID
49
env:
50
RISC0_USE_DOCKER: true
0 commit comments