From 31cb2490606e86b3ca657a9339cfbc30db80709b Mon Sep 17 00:00:00 2001 From: CryptoTitan Date: Tue, 10 Dec 2024 18:49:28 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f777b2a..824d25fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: uses: actions-rs/cargo@v1.0.3 with: command: build - args: --release --all-features --target ${{ matrix.target }} + args: --release --all-features --target ${{ matrix.target }} --features force-cross use-cross: ${{ matrix.os == 'ubuntu-latest' }} - name: Post Build | Prepare artifacts [Windows]