From fcaedd41ce7a4cba0528f45c593e953ed312d5f8 Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 21 Feb 2026 17:21:25 -0700 Subject: [PATCH] Updated the Flatpak GitHub Actions workflow to fully disable Flatpak builder caching by setting cache: false and restore-cache: false in the flatpak-builder step (and removing the previous cache-key usage) --- .github/workflows/flatpak-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index ee3600e3..487a803e 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -31,7 +31,8 @@ jobs: with: bundle: zoitechat.flatpak manifest-path: flatpak/net.zoite.Zoitechat.json - cache-key: flatpak-builder-${{ github.sha }} + cache: false + restore-cache: false - name: Upload Flatpak Bundle id: upload_flatpak