no warnings

This commit is contained in:
Mic Neale
2024-12-18 18:47:19 +11:00
parent a4735629b0
commit ca62b64ea0
+1
View File
@@ -35,6 +35,7 @@ jobs:
- id: build
shell: bash
run: |
export CROSS_NO_WARNINGS=0
export TARGET=${{ matrix.arch }}-${{ matrix.target-suffix }}
rustup target add "${TARGET}"
cross build --release --target ${TARGET}