diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23921da8..99ee8f34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: uses: actions-rs/cargo@v1.0.3 with: command: build - args: --release --locked --all-features --target ${{ matrix.target }} + args: --release --all-features --target ${{ matrix.target }} use-cross: ${{ matrix.os == 'ubuntu-latest' }} - name: Post Build | Prepare artifacts [Windows]