1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-02-03 02:14:40 +08:00

force clear tinytex cache

This commit is contained in:
Zhang Fuxin
2021-10-31 17:00:24 +08:00
parent b5a3d7ba97
commit 58fbf26c27

View File

@@ -24,7 +24,7 @@ jobs:
run: sudo apt-get install -y fonts-noto-cjk
- uses: foxsen/actions/setup-tinytex-new@tinytex-v2
with:
cache-version: 3
cache-version: 4
- name: Render Book
run: export PATH=$PATH:$HOME/bin; make -j8
shell: bash