Skip to content

Commit

Permalink
Add Rust installation step in Go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Sep 25, 2024
1 parent e170af3 commit 97dbced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
go-version: '1.22'
cache: false
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
override: true
- name: Build SP1 bindings
run: make build_sp1_linux
- name: Build Risc Zero go bindings
Expand Down

0 comments on commit 97dbced

Please sign in to comment.