We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04def2a commit 63e103fCopy full SHA for 63e103f
.github/workflows/serve-ximera-split.yml
@@ -58,12 +58,15 @@ jobs:
58
git config --global --add safe.directory /code
59
git config --global --add safe.directory /__w/calculus/calculus
60
ls -al /usr/local/bin/
61
- ls -al /root
+ ls -al /root/texmf
62
+ find /root/texmf
63
id
64
chmod +rx /root
65
df -h
66
ls -al /root
67
luaxake -h
68
+ strace -o brol -f luaxake -h
69
+ grep luaxake brol
70
xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
71
72
- uses: actions/cache/save@v4
0 commit comments