diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-30 15:36:35 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-30 15:36:35 +0100 |
commit | 11df4845b7ce916cf2e34bf2fa3afbbd61735999 (patch) | |
tree | 9a6d96a9ff092ab58f885988103d0d40067bbbc7 /.github | |
parent | e4296c48c86c6c0a0523630563808af09a30e923 (diff) | |
download | PrismLauncher-11df4845b7ce916cf2e34bf2fa3afbbd61735999.tar.gz PrismLauncher-11df4845b7ce916cf2e34bf2fa3afbbd61735999.tar.bz2 PrismLauncher-11df4845b7ce916cf2e34bf2fa3afbbd61735999.zip |
fix: remove Flatpak cache key workaround
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd27ba30..9f286014 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -550,7 +550,6 @@ jobs: with: bundle: "Prism Launcher.flatpak" manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml - cache-key: flatpak-${{ github.sha }}-x86_64 nix: runs-on: ubuntu-latest |