Skip to content

Commit

Permalink
build: add CROSS_NO_WARNINGS: 0 to restore prior cross fallback beh…
Browse files Browse the repository at this point in the history
…aviour

See cross-rs/cross#1447
  • Loading branch information
fujiapple852 committed Mar 30, 2024
1 parent cda62b0 commit e9af260
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 @@ -36,6 +36,7 @@ jobs:
CARGO: cargo
TARGET_FLAGS: ""
TARGET_DIR: ./target
CROSS_NO_WARNINGS: 0
RUST_BACKTRACE: 1
strategy:
matrix:
Expand Down

0 comments on commit e9af260

Please sign in to comment.