From b03be212b33d61003836e076b26ac5bbf67dcdb5 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 16 Feb 2025 11:11:24 +0100 Subject: [PATCH] git: Fixed AppImage runner caching --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca89e43ec..018a03fbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -715,8 +715,8 @@ jobs: uses: actions/cache@v4 with: path: cache - key: appimage-ccache-${{ github.run_id }} - restore-keys: appimage-cache + key: appimage-ccache-${{ matrix.architecture }}-${{ github.run_id }} + restore-keys: appimage-ccache-${{ matrix.architecture }} - name: 🐳 Inject /cache into docker uses: reproducible-containers/buildkit-cache-dance@v2