We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4cc26 commit 4f42c85Copy full SHA for 4f42c85
.github/workflows/release.yml
@@ -71,6 +71,11 @@ jobs:
71
uses: arduino/setup-protoc@v3
72
with:
73
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
79
- name: Build binary
80
run: cargo build --release --target ${{ matrix.target }}
81
- name: Prepare assets
0 commit comments