CI/Flatpak: Hopefully fix build cache

If this doesn't work, just going to remove it completely. So far past
the point of caring.
This commit is contained in:
Stenzek
2025-07-29 17:37:07 +10:00
parent acf78970c6
commit e5593c973f

View File

@@ -87,7 +87,7 @@ jobs:
branch: stable
cache: true
restore-cache: true
cache-key: flatpak-${{ hashFiles('scripts/packaging/flatpak/**/*.yaml') }}
cache-key: flatpak-${{ hashFiles('scripts/packaging/flatpak/org.duckstation.DuckStation.yaml', 'scripts/deps/build-dependencies-linux.sh') }}
- name: Validate Build
run: |