Skip to content

Commit

Permalink
merge #69 from TheEgghead27/flatpak-cache
Browse files Browse the repository at this point in the history
Cache Flatpak build artifacts
  • Loading branch information
no-lex committed Feb 23, 2023
2 parents 5616e3e + 73de5ad commit 30d787e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ jobs:
repository: project-imprimis/org.imprimis.Imprimis.flatpak
submodules: true

- name: Flatpak builder cache
id: cache-flatpak
uses: actions/cache@v3
env:
cache-name: cache-flatpak
with:
path: .flatpak-builder
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/org.imprimis.Imprimis.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Update package list
run: sudo apt-get update

Expand Down

0 comments on commit 30d787e

Please sign in to comment.