Skip to content

Commit

Permalink
Workaround for cache exclude pattern bug
Browse files Browse the repository at this point in the history
  • Loading branch information
knapsu committed Feb 11, 2022
1 parent 5ec7563 commit 33af8f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Cache data
- name: Cache
uses: actions/cache@v2
with:
path: |
flatpak-builder/
!flatpak-builder/rofiles/
key: ${{ runner.os }}-cache-${{ hashFiles('tv.plex.PlexMediaPlayer.json', 'modules/**/*.json', 'modules/**/*.yml') }}
restore-keys: ${{ runner.os }}-cache-
flatpak-builder/*
!flatpak-builder/rofiles
key: flatpak-builder-${{ hashFiles('tv.plex.PlexMediaPlayer.json', 'modules/io.mpv.Mpv.yml') }}
restore-keys: flatpak-builder-
- name: Run build script
run: ./scripts/build.sh
publish:
Expand Down

0 comments on commit 33af8f8

Please sign in to comment.