From 8a6538a549d2060954879a9f015717f404c6a038 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Fri, 12 Jan 2024 08:13:03 +0100 Subject: [PATCH] build: use another gh action for texlive --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f807c95..5b46830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,13 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v2 - - name: Set up TeX Live - uses: latex-actions/setup-texlive@v1 + - uses: actions/checkout@v2 + - uses: teatimeguest/setup-texlive-action@v3 with: - texlive-version: 2022 - scheme: full + packages: scheme-full - name: Install l3build run: tlmgr install l3build - name: Build and test LaTeX package