Skip to content

Commit ff44701

Browse files
committed
CI: lima: add template name to cache key
The cache created for almalinux-8 could be overwritten for almalinux-9 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 51d0c94 commit ff44701

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)