mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-25 02:51:17 +00:00
Fix targets
This commit is contained in:
parent
e826f0e59c
commit
1210bfc3b8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ runs:
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@1.75.0
|
uses: https://github.com/dtolnay/rust-toolchain@1.75.0
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl
|
targets: ${{ inputs.targets }}
|
||||||
-
|
-
|
||||||
name: Install cargo-binstall
|
name: Install cargo-binstall
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in a new issue