Fix cross installation error: https://github.com/cross-rs/cross/issues/1561
Some checks are pending
Clippy check / clippy (push) Waiting to run

This commit is contained in:
weishu 2025-02-04 12:58:23 +08:00
parent de49edc2d7
commit e314a1fe17
No known key found for this signature in database
GPG Key ID: 6D3F65FFD9559C06
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Install cross - name: Install cross
run: | 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: Run clippy - name: Run clippy
run: | run: |

View File

@ -45,7 +45,7 @@ jobs:
- name: Install cross - name: Install cross
run: | 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 - name: Build ksud
run: CROSS_NO_WARNINGS=0 cross build --target ${{ inputs.target }} --release --manifest-path ./userspace/ksud/Cargo.toml run: CROSS_NO_WARNINGS=0 cross build --target ${{ inputs.target }} --release --manifest-path ./userspace/ksud/Cargo.toml