We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c293d commit 119d7ecCopy full SHA for 119d7ec
.github/workflows/build-module.yml
@@ -46,9 +46,9 @@ jobs:
46
cache-name: "cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-${{ matrix.build_env.target}}-${{ matrix.build_env.subtarget}}"
47
with:
48
path: .
49
- key: ${{ runner.os }}-build-${{ env.cache-name }}
+ key: ${{ runner.os }}-build-vm-${{ env.cache-name }}
50
restore-keys: |
51
- ${{ runner.os }}-build-cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-
+ ${{ runner.os }}-build-vm-cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-
52
53
- name: Building kernel and tools
54
if: ${{ steps.cache-tools-kernel.outputs.cache-hit != 'true' }}
0 commit comments