mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Zigbuild rather than check
This commit is contained in:
parent
e43893a484
commit
44265f0eed
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ jobs:
|
|||
name: Install rustup and rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@1.75.0
|
||||
with:
|
||||
targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl
|
||||
targets: ${{ matrix.target }}
|
||||
-
|
||||
name: Install cargo-binstall
|
||||
uses: https://github.com/taiki-e/install-action@v2
|
||||
|
@ -72,5 +72,5 @@ jobs:
|
|||
name: Install cargo-zigbuild
|
||||
run: yes | cargo binstall cargo-zigbuild
|
||||
-
|
||||
name: Check
|
||||
run: cargo check --target ${{ matrix.target }}
|
||||
name: Debug builds
|
||||
run: cargo zigbuild --debug --target ${{ matrix.target }}
|
||||
|
|
Loading…
Reference in a new issue