ci: update kernel build, remove embed ksud (#159)

This commit is contained in:
Ylarod
2023-01-31 10:37:54 +08:00
committed by GitHub
parent 634978c14f
commit 2a88cca50c
4 changed files with 13 additions and 31 deletions

View File

@@ -28,15 +28,6 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Set up ksud build cache
if: inputs.use_cache == true
uses: actions/cache@v3
continue-on-error: false
with:
path: ./userspace/ksud/target/
key: ${{ runner.os }}-ksud-${{ hashFiles('**/Cargo.lock') }}-${{ inputs.target }}
restore-keys: ${{ runner.os }}-ksud-
- name: Build ksud
uses: actions-rs/cargo@v1
with: