Skip to content

Commit

Permalink
build: disable flatpak caching
Browse files Browse the repository at this point in the history
The workflow is not an official release build, hence nothing should be
cached. That was the reason why it was so slow, because it uploaded
stuff to the cache after the artifacts had been generated.
  • Loading branch information
stefanb2 committed Feb 25, 2024
1 parent 1a5dfb0 commit 21a96a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
with:
bundle: io.github.bkueng.qMasterPassword
manifest-path: ./data/flatpak/io.github.bkueng.qMasterPassword.yml
cache-key: flatpak-builder-${{ github.sha }}
# NOTE: this is not an official build hence nothing should be cached
cache: false
#cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false
verbose: true

Expand Down

0 comments on commit 21a96a9

Please sign in to comment.