Skip to content

Commit 90d9520

Browse files
authored
Use the full scheme
1 parent 0ea5b59 commit 90d9520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/checkout@v5
1313

1414
- name: Cache TeX Live Installation
15-
id: cache-texlive
1615
uses: actions/cache@v4
16+
id: cache-texlive
1717
with:
1818
path: ~/.texlive
1919
key: texlive
@@ -26,7 +26,7 @@ jobs:
2626
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
2727
zcat < install-tl-unx.tar.gz | tar xf -
2828
cd install-tl-2*
29-
perl ./install-tl --no-doc-install --no-src-install --no-interaction --texdir=~/.texlive --scheme=scheme-basic
29+
perl ./install-tl --no-doc-install --no-src-install --no-interaction --texdir=~/.texlive --scheme=scheme-full
3030
3131
- name: Add TeX Live Installation to the PATH
3232
run: |

0 commit comments

Comments
 (0)