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