From 01d1c486c0c42cfe05197a096d3ff68bc603acb7 Mon Sep 17 00:00:00 2001 From: kramo Date: Thu, 2 Feb 2023 21:03:23 +0100 Subject: [PATCH] Fix GitHub Actions caching --- .github/workflows/flatpak-builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-builder.yml b/.github/workflows/flatpak-builder.yml index ef7b192..feb6176 100644 --- a/.github/workflows/flatpak-builder.yml +++ b/.github/workflows/flatpak-builder.yml @@ -17,4 +17,5 @@ jobs: repository-name: gnome-nightly repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo bundle: hu.kramo.Cartridges.flatpak - manifest-path: hu.kramo.Cartridges.json \ No newline at end of file + manifest-path: hu.kramo.Cartridges.json + cache-key: flatpak-builder-${{ github.sha }} \ No newline at end of file