There was an error while loading. Please reload this page.
1 parent 42d2208 commit f60d5caCopy full SHA for f60d5ca
1 file changed
.github/workflows/movedo.yml
@@ -72,7 +72,11 @@ jobs:
72
export PATH="$PATH:$HOME/.pdsite/bin"
73
export MVD_SINGLE_FILE=false
74
mvd build
75
- mvd make_pdf --mvd-individual --pdf-engine=xetex
+ # NOTE This is a HACK/FIX because ...
76
+ # on some versions of the docker "magic"-universe,
77
+ # this symlink is "fantastically" ... not present.
78
+ ln -s /usr/bin/xetex /usr/bin/xelatex || true
79
+ mvd make_pdf --mvd-individual --pdf-engine=xelatex
80
81
- name: "tree - after build"
82
run: |
0 commit comments