mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
no warnings
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user