diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1c228..36d3704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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