mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-22 14:11:04 +01:00
ci: set target in install-rust
This commit is contained in:
parent
0c2044b1a0
commit
2b017b5428
1 changed files with 1 additions and 0 deletions
1
.github/actions/install-rust/action.yml
vendored
1
.github/actions/install-rust/action.yml
vendored
|
@ -14,6 +14,7 @@ runs:
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
targets: ${{ inputs.targets }}
|
||||||
|
|
||||||
- name: cache dependencies
|
- name: cache dependencies
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
Loading…
Reference in a new issue