We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ad257 commit 60cbefcCopy full SHA for 60cbefc
.github/workflows/movedo.yml
@@ -62,6 +62,8 @@ jobs:
62
run: |
63
which xetex || true
64
which xelatex || true
65
+ which python || true
66
+ python --version || true
67
ls -la /usr/bin/xetex || true
68
ls -la /usr/bin/xelatex || true
69
echo "PATH=$PATH"
0 commit comments