\r windows always windows
Build XeLaTeX to PDF / build (push) Failing after 2m13s

This commit is contained in:
Domipoke
2026-07-29 03:57:44 +02:00
parent 6da4911753
commit dad8039cb9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Find all root .tex files
id: roots
run: |
ROOTS=$(cat rootfiles.txt | sed 's|^\./||' | tr '\n' ' ')
ROOTS=$(cat rootfiles.txt | sed 's|^\./||' | tr -d '\r' | tr '\n' ' ')
echo "roots=$ROOTS" >> "$GITHUB_OUTPUT"
echo "Root files to build: $ROOTS"