Skip to content

Commit 426778b

Browse files
authored
Update kbuild.yml
1 parent be5b89f commit 426778b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/kbuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
key: ${{ runner.os }}-kext-${{ hashFiles('kernel-url') }}
3131
restore-keys: |
3232
${{ runner.os }}-kext-
33+
enableCrossOsArchive: false
34+
fail-on-cache-miss: false
35+
lookup-only: false
36+
save-always: false
37+
if: steps.cache-check.outcome == 'success'
3338
3439
# Download, extract, and build kernel, always running make
3540
- name: Download, extract, and build kernel

0 commit comments

Comments
 (0)