Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-titan authored Dec 10, 2024
1 parent c00d392 commit 31cb249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 31cb249

Please sign in to comment.