From 03ac5a7dd03ac537106a45bbfbc87b859a9ee265 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sat, 27 Jul 2024 11:45:41 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2d6de8e18..cc42b828b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,11 @@ jobs: - uses: teatimeguest/setup-texlive-action@v3 with: packages: | - xetex + collection-latex + collection-latexextra + collection-latexrecommended + collection-xetex + - run: xelatex --version # - name: Install Dependencies