From ff4470156ed08f62cc15cc4d7f393531a993e994 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 16 Apr 2026 22:30:11 +0900 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03d32da8b..f2c812479 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -226,7 +226,7 @@ jobs: - uses: actions/cache@v5 with: path: ~/.cache/lima - key: lima-${{ steps.lima-actions-setup.outputs.version }} + key: lima-${{ steps.lima-actions-setup.outputs.version }}-${{ matrix.template }} - name: "Start VM" # --plain is set to disable file sharing, port forwarding, built-in containerd, etc. for faster start up