Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
ci: fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 21, 2024
1 parent a4e3fdc commit 43f915c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
source /home/runner/.bashrc
sp1up
cargo-prove prove --version
$HOME/.sp1/bin/sp1up
$HOME/.sp1/bin/cargo-prove prove --version
- name: Build SP1 program
run: |
cd program
cargo-prove prove build --release
$HOME/.sp1/bin/cargo-prove prove build --release

0 comments on commit 43f915c

Please sign in to comment.