Skip to content

Commit 4f42c85

Browse files
committed
fix release with sp1
1 parent af4cc26 commit 4f42c85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
uses: arduino/setup-protoc@v3
7272
with:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
74+
- name: Install SP1 toolchain
75+
run: |
76+
curl -L https://sp1.succinct.xyz | bash
77+
~/.sp1/bin/sp1up --version v4.0.1
78+
~/.sp1/bin/cargo-prove prove --version
7479
- name: Build binary
7580
run: cargo build --release --target ${{ matrix.target }}
7681
- name: Prepare assets

0 commit comments

Comments
 (0)