Skip to content

Commit 220cf82

Browse files
committed
ci: fix
1 parent 134e0f7 commit 220cf82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ jobs:
239239
with:
240240
toolchain: beta
241241
target: ${{ matrix.target }}
242-
rustflags: "${{ matrix.cross && '-Dwarnings' || '' }}"
243242
- if: ${{ matrix.cross }}
244243
run: cargo +beta install cross --git https://github.com/cross-rs/cross
244+
env:
245+
RUSTFLAGS: ""
245246
- if: ${{ matrix.cross }}
246247
run: cross +beta build --features tui --release --target '${{ matrix.target }}' --locked
247248
- if: ${{ !matrix.cross }}

0 commit comments

Comments
 (0)