Skip to content

Commit f60d5ca

Browse files
committed
ci: Agaiiin try to fix xelatex ... [fix]
1 parent 42d2208 commit f60d5ca

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/movedo.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ jobs:
7272
export PATH="$PATH:$HOME/.pdsite/bin"
7373
export MVD_SINGLE_FILE=false
7474
mvd build
75-
mvd make_pdf --mvd-individual --pdf-engine=xetex
75+
# 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
7680
7781
- name: "tree - after build"
7882
run: |

0 commit comments

Comments
 (0)