mirror of
https://github.com/stenzek/duckstation.git
synced 2026-01-31 02:05:18 +01:00
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:
2
.github/workflows/linux-flatpak-build.yml
vendored
2
.github/workflows/linux-flatpak-build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user