mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Update Rust toolchain action to use stable version and correct target input parameter for improved compatibility in setup workflow.
This commit is contained in:
4
.github/actions/setup-rust/action.yml
vendored
4
.github/actions/setup-rust/action.yml
vendored
@@ -17,9 +17,9 @@ runs:
|
||||
steps:
|
||||
- name: Install Rust
|
||||
id: toolchain
|
||||
uses: IronCoreLabs/rust-toolchain@v1
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
target: ${{ inputs.target }}
|
||||
targets: ${{ inputs.target }}
|
||||
components: clippy, rustfmt
|
||||
|
||||
- name: Cache Rust Dependencies
|
||||
|
||||
Reference in New Issue
Block a user