git: Fixed AppImage runner caching

This commit is contained in:
WerWolv
2025-02-16 11:11:24 +01:00
parent c8f7dbf85e
commit b03be212b3

View File

@@ -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