ci: set target in install-rust

This commit is contained in:
Jozef Steinhübl 2024-07-19 16:40:18 +02:00
parent 0c2044b1a0
commit 2b017b5428
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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