Skip to content

Commit

Permalink
fix(ci): windows builds on release (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu authored Oct 17, 2024
1 parent 5eeec2f commit 6fd136d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
if: ${{ contains(matrix.cargo_target, '-musl') }}
run: sudo apt-get install musl-tools -y
- name: Build release binary
shell: bash
run: |
if [ "${{ matrix.name }}" = "ubuntu-arm-latest" ]; then
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc
Expand Down

0 comments on commit 6fd136d

Please sign in to comment.