Skip to content

Commit 739b71c

Browse files
committed
Update TeX Live action
1 parent 8599524 commit 739b71c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
uses: actions/cache@v4
3838
with:
3939
path: ~/texlive
40-
key: texlive-v2023-${{ steps.get-id.outputs.id }}
41-
restore-keys: texlive-v2023-
40+
key: texlive-v2024-${{ steps.get-id.outputs.id }}
41+
restore-keys: texlive-v2024-
4242
# We need Ghostscript for XeTeX tests.
4343
- run: sudo apt-get update && sudo apt-get install ghostscript
4444
- name: Install TeX Live
45-
uses: zauguin/install-texlive@v1
45+
uses: zauguin/install-texlive@v3
4646
with:
4747
# List the required TeX Live packages in a separate file to allow reuse in
4848
# different workflows.

0 commit comments

Comments
 (0)