mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
all in one step
This commit is contained in:
parent
0139e0c45f
commit
4911caa052
1 changed files with 1 additions and 2 deletions
|
@ -10,6 +10,7 @@ jobs:
|
|||
container:
|
||||
image: docker.io/node:20-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable --profile minimal -y
|
||||
export PATH=$PATH:/root/.cargo/bin
|
||||
|
@ -19,8 +20,6 @@ jobs:
|
|||
rustup component add clippy
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
yes | cargo binstall cargo-zigbuild
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
cargo clippy --no-default-features -- -D warnings
|
||||
cargo zigbuild --target x86_64-unknown-linux-musl
|
||||
cargo zigbuild --target armv7-unknown-linux-musleabihf
|
||||
|
|
Loading…
Reference in a new issue