Skip to content

Commit

Permalink
fix: release rustflags when installing cross
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Jan 4, 2025
1 parent 2cb1fc3 commit 2c8a5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
cache: false

- name: Setup Cross
run: cargo install cross --git https://github.com/cross-rs/cross
# TODO: remove workaround once the issue is resolved: https://github.com/cross-rs/cross/issues/1561
run: RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross
if: ${{ matrix.platform.cross }}

- name: Install musl-tools on Linux
Expand Down

0 comments on commit 2c8a5d7

Please sign in to comment.