@@ -70,25 +70,25 @@ jobs:
7070 run : |
7171 # HACK Latest version of pandoc should already be installed,
7272 # but ... sometimes isn't.
73- mvd print_pandoc_version
74- mvd install_pandoc
75- mvd print_pandoc_version
73+ # mvd print_pandoc_version
74+ # mvd install_pandoc
75+ # mvd print_pandoc_version
7676 mvd install_pdsite
7777 #tlmgr install latex latex-bin
7878 #tlmgr-sys --all
7979 #fmtutil-sys --all
80- echo "XXX --reinstall texlive-xetex"
81- apt-get update
82- apt-get install --reinstall texlive-xetex
83- echo "XXX show installed fmt's"
84- find /var/lib/texmf/web2c
80+ # echo "XXX --reinstall texlive-xetex"
81+ # apt-get update
82+ # apt-get install --reinstall texlive-xetex
83+ # echo "XXX show installed fmt's"
84+ # find /var/lib/texmf/web2c
8585 export PATH="$PATH:$HOME/.pdsite/bin"
8686 export MVD_SINGLE_FILE=false
8787 mvd build
8888 # NOTE This is a HACK/FIX because ...
8989 # on some versions of the docker "magic"-universe,
9090 # this symlink is "fantastically" ... not present.
91- ln -s /usr/bin/xetex /usr/bin/xelatex || true
91+ # ln -s /usr/bin/xetex /usr/bin/xelatex || true
9292 mvd make_pdf --mvd-individual --pdf-engine=xelatex
9393 #mvd make_pdf --mvd-individual --pdf-engine=/usr/bin/xetex
9494
0 commit comments