build: use alternative texlive action
This commit is contained in:
parent
69bcc7b805
commit
f331593c5d
|
@ -11,9 +11,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: teatimeguest/setup-texlive-action@v3
|
- uses: zauguin/install-texlive@v3
|
||||||
with:
|
with:
|
||||||
packages: scheme-full
|
packages: >
|
||||||
|
l3build tex latex-bin beamer tikz pgfopts etoolsbox calc
|
||||||
- name: check
|
- name: check
|
||||||
run: l3build check
|
run: l3build check
|
||||||
- name: document
|
- name: document
|
||||||
|
|
Loading…
Reference in New Issue