We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea5b59 commit 90d9520Copy full SHA for 90d9520
.github/workflows/latex.yml
@@ -12,8 +12,8 @@ jobs:
12
- uses: actions/checkout@v5
13
14
- name: Cache TeX Live Installation
15
- id: cache-texlive
16
uses: actions/cache@v4
+ id: cache-texlive
17
with:
18
path: ~/.texlive
19
key: texlive
@@ -26,7 +26,7 @@ jobs:
26
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
27
zcat < install-tl-unx.tar.gz | tar xf -
28
cd install-tl-2*
29
- perl ./install-tl --no-doc-install --no-src-install --no-interaction --texdir=~/.texlive --scheme=scheme-basic
+ perl ./install-tl --no-doc-install --no-src-install --no-interaction --texdir=~/.texlive --scheme=scheme-full
30
31
- name: Add TeX Live Installation to the PATH
32
run: |
0 commit comments