Update ksud.yml (#1221)
Some dependencies need a newer version of rust (1.70.0+) Fixes that to be able to use 1.67.0.
This commit is contained in:
2
.github/workflows/ksud.yml
vendored
2
.github/workflows/ksud.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
cache-targets: false
|
cache-targets: false
|
||||||
|
|
||||||
- name: Install cross
|
- name: Install cross
|
||||||
run: cargo install cross
|
run: cargo install cross --locked
|
||||||
|
|
||||||
- name: Build ksud
|
- name: Build ksud
|
||||||
run: cross build --target ${{ inputs.target }} --release --manifest-path ./userspace/ksud/Cargo.toml
|
run: cross build --target ${{ inputs.target }} --release --manifest-path ./userspace/ksud/Cargo.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user