build: use alternative texlive action

This commit is contained in:
Johan Larsson 2024-01-15 19:56:37 +01:00
parent 69bcc7b805
commit f331593c5d
1 changed files with 3 additions and 2 deletions

View File

@ -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