Skip to content

Commit

Permalink
feat: load path correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Sep 19, 2024
1 parent 706d4bc commit 88ebda2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
uses: actions/checkout@v3
with:
repository: succinctlabs/sp1
ref: dev
ref: main
path: sp1

- name: Build
run: |
cd sp1/cli
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
cd sp1/crates/cli
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo install --force --locked --path .
- name: Archive build output
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 88ebda2

Please sign in to comment.