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:
SchweGELBin
2023-12-22 02:26:14 +00:00
committed by GitHub
parent 161b3280c4
commit 94978b7b28

View File

@@ -24,7 +24,7 @@ jobs:
cache-targets: false
- name: Install cross
run: cargo install cross
run: cargo install cross --locked
- name: Build ksud
run: cross build --target ${{ inputs.target }} --release --manifest-path ./userspace/ksud/Cargo.toml