Skip to content

Commit

Permalink
Update TeX Live action
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed Mar 23, 2024
1 parent 8599524 commit 739b71c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
uses: actions/cache@v4
with:
path: ~/texlive
key: texlive-v2023-${{ steps.get-id.outputs.id }}
restore-keys: texlive-v2023-
key: texlive-v2024-${{ steps.get-id.outputs.id }}
restore-keys: texlive-v2024-
# We need Ghostscript for XeTeX tests.
- run: sudo apt-get update && sudo apt-get install ghostscript
- name: Install TeX Live
uses: zauguin/install-texlive@v1
uses: zauguin/install-texlive@v3
with:
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
Expand Down

0 comments on commit 739b71c

Please sign in to comment.