mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +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
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
targets: ${{ inputs.targets }}
|
||||
|
||||
- name: cache dependencies
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
|
Loading…
Reference in a new issue