Skip to content

Commit

Permalink
drop the "List new cache" step
Browse files Browse the repository at this point in the history
setup-texlive-action creates cache in the `runs.post` action.
  • Loading branch information
muzimuzhi committed Dec 27, 2024
1 parent 4a8e784 commit 914c9bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ jobs:
with:
package-file: .github/tl_packages
update-all-packages: true

- name: List new cache
run: |
GH_PAGER="" \
gh cache list --key setup-texlive --json id,key,ref,createdAt,lastAccessedAt
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 914c9bc

Please sign in to comment.