Skip to content

Commit

Permalink
remove cargo-risczero
Browse files Browse the repository at this point in the history
  • Loading branch information
rlukata committed Feb 24, 2025
1 parent efdeeb3 commit 83cf382
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/actions/risczero/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: risczero toolchain install
description: Install risczero toolchain

inputs:
risc0_rust_ver:
default: "1.81.0"

runs:
using: composite
steps:
Expand All @@ -17,12 +21,4 @@ runs:
- name: rzup install rust
shell: bash
run: rzup install rust 1.81.0

- name: rzup install risczero
shell: bash
run: rzup install cargo-risczero 1.3.0-rc.1

- name: test risczero
shell: bash
run: cargo risczero --version
run: rzup install rust ${{ inputs.risc0_rust_ver }}

0 comments on commit 83cf382

Please sign in to comment.