Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Nov 13, 2024
1 parent 70a256e commit 9ca95a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
id: cache
uses: actions/cache@v4
with:
key: ${{ env.LATEST_CACHE_KEY }}
restore-keys: cache-pkgs-${{ env.PLATFORM_PAIR }}-
key: cache-pkgs-${{ env.PLATFORM_PAIR }}-${{ env.CURRENT_TIME }}
restore-keys: ${{ env.LATEST_CACHE_KEY }}
path: |
tlmgr-pkgs
var-cache-apt
Expand Down

0 comments on commit 9ca95a0

Please sign in to comment.