diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 582ac9e7b7c..d0d7653d4e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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