We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac2843 commit 134e0f7Copy full SHA for 134e0f7
.github/workflows/ci.yml
@@ -239,7 +239,7 @@ jobs:
239
with:
240
toolchain: beta
241
target: ${{ matrix.target }}
242
- rustflags: "${{ matrix.cross && '' || '-Dwarnings' }}"
+ rustflags: "${{ matrix.cross && '-Dwarnings' || '' }}"
243
- if: ${{ matrix.cross }}
244
run: cargo +beta install cross --git https://github.com/cross-rs/cross
245
0 commit comments