build: build with cross

This commit is contained in:
oSumAtrIX 2022-09-21 00:26:12 +02:00
parent e8bb1025fa
commit 7ea6f90ca0
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -42,6 +42,7 @@ jobs:
with:
command: build
args: --release --target=x86_64-unknown-linux-musl
use-cross: true
- name: cargo clippy
uses: actions-rs/cargo@v1