We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6842458 commit 3d3d4a8Copy full SHA for 3d3d4a8
.github/workflows/ci.yml
@@ -48,10 +48,10 @@ jobs:
48
- name: Build
49
run: |
50
cd sp1/crates/cli
51
- 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
52
53
- name: Archive build output
54
uses: actions/upload-artifact@v3
55
with:
56
name: rust-toolchain-${{ matrix.triple }}
57
- path: sp1/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
+ path: sp1/crates/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
0 commit comments