Skip to content

fix: update logic with passing raw bytes as an input #56

fix: update logic with passing raw bytes as an input

fix: update logic with passing raw bytes as an input #56

Workflow file for this run

name: Build Program
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.85.0
- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
~/.sp1/bin/sp1up --c-toolchain
~/.sp1/bin/cargo-prove prove --version
- name: Build SP1 program
run: |
cd program/operations
~/.sp1/bin/cargo-prove prove build