From c2f429a29cf2b64fb0af3a266bd81d9254ffe1ab Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 2 Jul 2023 00:57:54 +0200 Subject: [PATCH] Fix Flatpak action caching --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1fb44..f55dcce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,10 @@ jobs: uses: actions/checkout@v3 - name: Flatpak Builder - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 with: bundle: hu.kramo.Cartridges.Devel.flatpak manifest-path: flatpak/hu.kramo.Cartridges.Devel.json - cache-key: flatpak-builder-${{ github.sha }} windows: name: Build for Windows