Skip to content

Commit 88ebda2

Browse files
committed
feat: load path correctly
1 parent 706d4bc commit 88ebda2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
uses: actions/checkout@v3
4343
with:
4444
repository: succinctlabs/sp1
45-
ref: dev
45+
ref: main
4646
path: sp1
4747

4848
- name: Build
4949
run: |
50-
cd sp1/cli
51-
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
50+
cd sp1/crates/cli
51+
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo install --force --locked --path .
5252
5353
- name: Archive build output
5454
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)