We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce5b07 commit 04bcabaCopy full SHA for 04bcaba
.github/workflows/movedo.yml
@@ -76,7 +76,10 @@ jobs:
76
mvd install_pdsite
77
#tlmgr install latex latex-bin
78
#tlmgr-sys --all
79
- fmtutil-sys --all
+ #fmtutil-sys --all
80
+ echo "XXX --reinstall texlive-xetex"
81
+ sudo apt-get install --reinstall texlive-xetex
82
+ echo "XXX show installed fmt's"
83
find /var/lib/texmf/web2c
84
export PATH="$PATH:$HOME/.pdsite/bin"
85
export MVD_SINGLE_FILE=false
0 commit comments