We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8599524 commit 739b71cCopy full SHA for 739b71c
.github/workflows/main.yaml
@@ -37,12 +37,12 @@ jobs:
37
uses: actions/cache@v4
38
with:
39
path: ~/texlive
40
- key: texlive-v2023-${{ steps.get-id.outputs.id }}
41
- restore-keys: texlive-v2023-
+ key: texlive-v2024-${{ steps.get-id.outputs.id }}
+ restore-keys: texlive-v2024-
42
# We need Ghostscript for XeTeX tests.
43
- run: sudo apt-get update && sudo apt-get install ghostscript
44
- name: Install TeX Live
45
- uses: zauguin/install-texlive@v1
+ uses: zauguin/install-texlive@v3
46
47
# List the required TeX Live packages in a separate file to allow reuse in
48
# different workflows.
0 commit comments