From 5d32f73e69a178665b3bc059e8973bc394eb3a4f Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Mon, 15 Jan 2024 20:14:14 +0100 Subject: [PATCH] revert: "build: use alternative texlive action" This reverts commit f331593c5d6f20f8819e2deb6158ebdc32b435d8. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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