Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Jun 7, 2024
1 parent e099721 commit d7ccb11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- name: Install SP1
run: |
curl -L https://sp1.succinct.xyz | bash
export BASE_DIR=${XDG_CONFIG_HOME:-$HOME}
export SP1_DIR=$BASE_DIR/.sp1
export SP1_DIR=${XDG_CONFIG_HOME:-$HOME}/.sp1
echo "SP1_DIR=$SP1_DIR" >> $GITHUB_ENV
echo "SP1_DIR=$SP1_DIR"
$SP1_DIR/bin/sp1up
$SP1_DIR/bin/cargo-prove prove --version

0 comments on commit d7ccb11

Please sign in to comment.