Skip to content

Commit

Permalink
fix: build toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Sep 19, 2024
1 parent 6842458 commit 3d3d4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: Build
run: |
cd sp1/crates/cli
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo install --force --locked --path .
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
- name: Archive build output
uses: actions/upload-artifact@v3
with:
name: rust-toolchain-${{ matrix.triple }}
path: sp1/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
path: sp1/crates/cli/rust-toolchain-${{ matrix.triple }}.tar.gz

0 comments on commit 3d3d4a8

Please sign in to comment.