mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
Fix cross installation error: https://github.com/cross-rs/cross/issues/1561
Some checks are pending
Clippy check / clippy (push) Waiting to run
Some checks are pending
Clippy check / clippy (push) Waiting to run
This commit is contained in:
parent
de49edc2d7
commit
e314a1fe17
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
@ -29,7 +29,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: Run clippy
|
||||
run: |
|
||||
|
2
.github/workflows/ksud.yml
vendored
2
.github/workflows/ksud.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user