From 745eaf6a02dc9fcde314e8c2e2eb005faeff09af Mon Sep 17 00:00:00 2001 From: Pomax Date: Sat, 27 Jun 2020 10:00:37 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bc65752..3e9010db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,12 @@ jobs: run: | sudo apt-get update sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex -y + + - name: Bootstrapping tlmgr + run: | sudo tlmgr --version set +e - tlmgr init-tree + tlmgr init-usertree set -e sudo tlmgr update --all