Skip to content

Commit 7031129

Browse files
committed
add foundry (and Rust to be safe)
1 parent 06dc526 commit 7031129

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,17 @@ jobs:
3434
with:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636

37+
- name: Install rust
38+
uses: risc0/risc0/.github/actions/rustup@main
39+
3740
# Install risczero toolchain to build the program ELF and image ID deterministically in docker.
3841
- name: risczero toolchain install
3942
run: |
4043
cargo install cargo-binstall --version '=1.6.9' --locked
4144
cargo binstall [email protected] --no-confirm --force
4245
cargo risczero install
46+
- name: Install Foundry
47+
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
4348
- name: cargo check to build ELF and image ID
4449
env:
4550
RISC0_USE_DOCKER: true

0 commit comments

Comments
 (0)