This commit is contained in:
weishu
2025-02-04 12:58:23 +08:00
parent de49edc2d7
commit e314a1fe17
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- name: Install cross
run: |
cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1
RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1
- name: Build ksud
run: CROSS_NO_WARNINGS=0 cross build --target ${{ inputs.target }} --release --manifest-path ./userspace/ksud/Cargo.toml