Skip to content

Commit

Permalink
ci: fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Jul 22, 2024
1 parent 3e7462e commit 41ab3c0
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 @@ -229,12 +229,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: succinctlabs/sp1
ref: main
ref: mattstam/rm-changelog-seen
path: sp1

- name: Build
run: GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
working-directory: sp1
working-directory: sp1/cli

- name: Archive build output
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 41ab3c0

Please sign in to comment.