Skip to content

Commit 63e103f

Browse files
committed
try fix path (2)
1 parent 04def2a commit 63e103f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/serve-ximera-split.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ jobs:
5858
git config --global --add safe.directory /code
5959
git config --global --add safe.directory /__w/calculus/calculus
6060
ls -al /usr/local/bin/
61-
ls -al /root
61+
ls -al /root/texmf
62+
find /root/texmf
6263
id
6364
chmod +rx /root
6465
df -h
6566
ls -al /root
6667
luaxake -h
68+
strace -o brol -f luaxake -h
69+
grep luaxake brol
6770
xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
6871
6972
- uses: actions/cache/save@v4

0 commit comments

Comments
 (0)