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 b494eea commit 1ee3d9b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- name: Install SP1
run: |
curl -L https://sp1.succinct.xyz | bash
echo $XDG_CONFIG_HOME
export BASE_DIR=${XDG_CONFIG_HOME:-$HOME}
export SP1_DIR=$BASE_DIR/.sp1
echo "SP1_DIR=$SP1_DIR" >> $GITHUB_ENV
ls -a ~
ls -a ~/.sp1
ls -a ~/.sp1/bin
~/.sp1/bin/sp1up
~/.sp1/bin/cargo-prove prove --version
$SP1_DIR/bin/sp1up
$SP1_DIR/bin/cargo-prove prove --version

0 comments on commit 1ee3d9b

Please sign in to comment.