From cb781b0ab3347c22a26c37079572f1df4b988991 Mon Sep 17 00:00:00 2001 From: RadioNoiseE Date: Tue, 10 Dec 2024 10:33:49 +0800 Subject: [PATCH] fix: lualatex --- .github/workflows/publ.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publ.yml b/.github/workflows/publ.yml index 7f0a1b6..3ed79ad 100644 --- a/.github/workflows/publ.yml +++ b/.github/workflows/publ.yml @@ -24,18 +24,17 @@ jobs: scheme: small run: | tlmgr install \ - collection-basic \ - collection-latex \ + collection-luatex evangelion-jfm \ xurl \ - listings \ - graphics \ lua-ul \ luatexja - name: Publish run: | - alias cc=clang + alias cc=clang + source /etc/profile + echo $PATH python3 make.py post python3 make.py batch