mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
New rust action
This commit is contained in:
parent
970e08768a
commit
ed4210d8de
1 changed files with 2 additions and 3 deletions
|
@ -11,11 +11,10 @@ jobs:
|
|||
image: docker.io/node:20-bookworm
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: https://github.com/hecrj/setup-rust-action@v2
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@1.75.0
|
||||
with:
|
||||
rust-version: 1.75.0
|
||||
components: clippy
|
||||
targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl
|
||||
components: clippy
|
||||
- uses: https://github.com/taiki-e/install-action@v2
|
||||
with:
|
||||
tool: cargo-binstall
|
||||
|
|
Loading…
Reference in a new issue