1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-02-11 06:05:11 +08:00

fix: increase cache-version to force rebuild TinyTex cache which is

empty now.
This commit is contained in:
Zhang Fuxin
2021-10-31 16:17:40 +08:00
parent 89b7c960a2
commit 743cf6eb33

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