Skip to content

Commit

Permalink
separated workflow caches
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Jun 16, 2024
1 parent d964638 commit b16f14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-wayland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
bundle: io.github.nokse22.Exhibit-wayland.flatpak
manifest-path: io.github.nokse22.Exhibit-wayland.json
cache-key: flatpak-builder-wayland${{ github.sha }}
cache-key: flatpak-builder-wayland
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-x11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
bundle: io.github.nokse22.Exhibit.flatpak
manifest-path: io.github.nokse22.Exhibit.json
cache-key: flatpak-builder-${{ github.sha }}
cache-key: flatpak-builder-x11

0 comments on commit b16f14b

Please sign in to comment.