Skip to content

Commit 134e0f7

Browse files
committed
ci: fix
1 parent 9ac2843 commit 134e0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)