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 134e0f7 commit 220cf82Copy full SHA for 220cf82
.github/workflows/ci.yml
@@ -239,9 +239,10 @@ jobs:
239
with:
240
toolchain: beta
241
target: ${{ matrix.target }}
242
- rustflags: "${{ matrix.cross && '-Dwarnings' || '' }}"
243
- if: ${{ matrix.cross }}
244
run: cargo +beta install cross --git https://github.com/cross-rs/cross
+ env:
245
+ RUSTFLAGS: ""
246
247
run: cross +beta build --features tui --release --target '${{ matrix.target }}' --locked
248
- if: ${{ !matrix.cross }}
0 commit comments