From 29b9fa93bc0c5c5646364287583e8b360234534f Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Sat, 2 Apr 2022 16:59:20 +0800 Subject: [PATCH] chore: update release workflow Signed-off-by: Alex Chi --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d89419d..2108e093 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: with: run: | apk add zip diffutils + tlmgr update --self + tlmgr update l3build .github/ci/build_package.sh name: build package with XeLaTeX - uses: xu-cheng/texlive-action/full@v1