Skip to content

Commit

Permalink
fix misue of input
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Dec 17, 2024
1 parent 6deddbf commit 568924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cargo-risczero-install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:

# Only run this step if using version (installing from crates.io)
- name: install cargo-risczero from crates.io
if: inputs.ref != ''
if: inputs.version != ''
run: cargo install --locked cargo-risczero --version "${{ inputs.version }}" --no-default-features --features "${{ inputs.features }}"
shell: bash

Expand Down

0 comments on commit 568924e

Please sign in to comment.