This commit is contained in:
monosans
2025-05-05 20:35:20 +03:00
parent 9ac2843559
commit 134e0f7d53
+1 -1
View File
@@ -239,7 +239,7 @@ jobs:
with:
toolchain: beta
target: ${{ matrix.target }}
rustflags: "${{ matrix.cross && '' || '-Dwarnings' }}"
rustflags: "${{ matrix.cross && '-Dwarnings' || '' }}"
- if: ${{ matrix.cross }}
run: cargo +beta install cross --git https://github.com/cross-rs/cross
- if: ${{ matrix.cross }}