Skip to content

Commit

Permalink
fix: workflow docker gnark install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 15, 2025
1 parent a4850c4 commit b5a825d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-gnark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: |
docker build -t sp1-gnark -f ./Dockerfile.gnark-ffi .
- name: Install SP1 toolchain
run: |
cargo run -p sp1-cli -- prove install-toolchain
- name: Run cargo test
uses: actions-rs/cargo@v1
env:
Expand Down

0 comments on commit b5a825d

Please sign in to comment.