From aea78d11c3c4fa388eb8dfeed2add188ae5397d5 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 6 Feb 2022 11:26:07 +0800 Subject: [PATCH] texlive-xetex --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cfa9a8d..3eb430a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Install LaTeX run: | sudo apt-get install texlive-latex-recommended texlive-latex-extra \ - texlive-fonts-recommended latexmk + texlive-fonts-recommended latexmk texlive-xetex #- name: Install TinyTeX # uses: r-lib/actions/setup-tinytex@v1