ci: force install cross

This commit is contained in:
Rifat Azad
2024-12-29 13:33:58 +06:00
committed by GitHub
parent be48978aae
commit 15af23f698

View File

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