Skip to content

Commit

Permalink
ci: save cache under a different name
Browse files Browse the repository at this point in the history
  • Loading branch information
whrvt committed Oct 20, 2024
1 parent 247ae37 commit bda9b34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
/etc/makepkg.conf
${{ env.PACKAGE_CACHE }}
${{ env._CCACHE_DIR }}
key: ${{ runner.os }}-${{ env.CACHE_KEY }}
key: ${{ runner.os }}-${{ env.CACHE_KEY }}-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-${{ env.CACHE_KEY }}-
# Adding chaotic-aur for more prebuilt dependencies
- name: Set up system (if cache miss)
Expand Down Expand Up @@ -193,4 +195,4 @@ jobs:
/etc/makepkg.conf
${{ env.PACKAGE_CACHE }}
${{ env._CCACHE_DIR }}
key: ${{ runner.os }}-${{ env.CACHE_KEY }}
key: ${{ runner.os }}-${{ env.CACHE_KEY }}-${{ github.run_id }}

0 comments on commit bda9b34

Please sign in to comment.