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