Skip to content

Commit 3d3d4a8

Browse files
committed
fix: build toolchain
1 parent 6842458 commit 3d3d4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- name: Build
4949
run: |
5050
cd sp1/crates/cli
51-
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo install --force --locked --path .
51+
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
5252
5353
- name: Archive build output
5454
uses: actions/upload-artifact@v3
5555
with:
5656
name: rust-toolchain-${{ matrix.triple }}
57-
path: sp1/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
57+
path: sp1/crates/cli/rust-toolchain-${{ matrix.triple }}.tar.gz

0 commit comments

Comments
 (0)