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

force rebuild tinytex cache

This commit is contained in:
Zhang Fuxin
2021-10-31 17:29:18 +08:00
parent e2b9c6cf17
commit d24aaa5a39

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: 4
cache-version: 5
- name: Render Book
run: export PATH=$PATH:$HOME/bin; make -j8
shell: bash