Skip to content

Commit 9ac2843

Browse files
committed
fix ci
1 parent 56fb0f7 commit 9ac2843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
with:
240240
toolchain: beta
241241
target: ${{ matrix.target }}
242+
rustflags: "${{ matrix.cross && '' || '-Dwarnings' }}"
242243
- if: ${{ matrix.cross }}
243244
run: cargo +beta install cross --git https://github.com/cross-rs/cross
244245
- if: ${{ matrix.cross }}

0 commit comments

Comments
 (0)