Skip to content

Commit 4ccedcb

Browse files
authored
Merge pull request #5250 from AkihiroSuda/ci-cache-lima
CI: lima: add template name to cache key
2 parents 51d0c94 + ff44701 commit 4ccedcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
- uses: actions/cache@v5
227227
with:
228228
path: ~/.cache/lima
229-
key: lima-${{ steps.lima-actions-setup.outputs.version }}
229+
key: lima-${{ steps.lima-actions-setup.outputs.version }}-${{ matrix.template }}
230230

231231
- name: "Start VM"
232232
# --plain is set to disable file sharing, port forwarding, built-in containerd, etc. for faster start up

0 commit comments

Comments
 (0)