Skip to content

Commit 04bcaba

Browse files
committed
ci: Next
1 parent 9ce5b07 commit 04bcaba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/movedo.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ jobs:
7676
mvd install_pdsite
7777
#tlmgr install latex latex-bin
7878
#tlmgr-sys --all
79-
fmtutil-sys --all
79+
#fmtutil-sys --all
80+
echo "XXX --reinstall texlive-xetex"
81+
sudo apt-get install --reinstall texlive-xetex
82+
echo "XXX show installed fmt's"
8083
find /var/lib/texmf/web2c
8184
export PATH="$PATH:$HOME/.pdsite/bin"
8285
export MVD_SINGLE_FILE=false

0 commit comments

Comments
 (0)