1
0
mirror of synced 2025-01-31 03:53:44 +01:00

git: change key used for web cache

This commit is contained in:
iTrooz 2024-05-23 14:42:19 +02:00
parent e5b83d0ddf
commit 4e2c1d20b4
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

View File

@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v4
with:
path: cache
key: web-cmakecache-${{ hashFiles('**/CMakeLists.txt') }}
key: web-cache-${{ hashFiles('**/CMakeLists.txt') }}
- name: 🐳 Inject /cache into docker
uses: reproducible-containers/buildkit-cache-dance@v2