Skip to content

Commit

Permalink
disable cross panic on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Apr 4, 2024
1 parent c673943 commit 64c0575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:

- name: Install Cross
if: matrix.os == 'ubuntu'
run: cargo install cross
env:
CROSS_NO_WARNINGS: 0
run: cargo install cross --git https://github.com/cross-rs/cross

- name: Build binary
if: matrix.os == 'ubuntu'
Expand Down

0 comments on commit 64c0575

Please sign in to comment.