From 7ea6f90ca0f0c70c53e987b1569627e1631c1c34 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 21 Sep 2022 00:26:12 +0200 Subject: [PATCH] build: build with cross --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f6302b..3a973db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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