Skip to content

Commit

Permalink
Alternative Rust setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Apr 28, 2024
1 parent 7373c02 commit 18e7452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
shell: bash
if: ${{ inputs.partial == 'false' }}
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
Expand Down

0 comments on commit 18e7452

Please sign in to comment.