Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

feat: leverage of the risc0 precompiles #13

feat: leverage of the risc0 precompiles

feat: leverage of the risc0 precompiles #13

Workflow file for this run

name: Build Guest
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.81.0
- name: Install Risc0 toolchain
run: |
curl -L https://risczero.com/install | bash
/home/runner/.risc0/bin/rzup install rust 1.81.0
/home/runner/.risc0/bin/rzup install r0vm 2.0.1
/home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
- name: Build Risc0 guest program
run: |
cargo build