Skip to content

Commit f9e92db

Browse files
committed
ci: Try to supply xelatex as path [fix]
1 parent f1ab1fa commit f9e92db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/movedo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
export PATH="$PATH:$HOME/.pdsite/bin"
6565
export MVD_SINGLE_FILE=false
6666
mvd build
67-
mvd make_pdf --mvd-individual --pdf-engine=xelatex
67+
mvd make_pdf --mvd-individual --pdf-engine=/usr/bin/xelatex
6868
6969
- name: "tree - after build"
7070
run: |

0 commit comments

Comments
 (0)