Skip to content

Commit 11351e7

Browse files
committed
Remove ansi color codes
1 parent 971f53b commit 11351e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ jobs:
158158
# reccmp report
159159
## LEGORACERS (LEGORacers.exe)
160160
\`\`\`
161-
$(cat LEGORACERS-diff.txt)
161+
$(cat LEGORACERS-diff.txt | sed 's/\x1b\[[0-9;]*m//g')
162162
\`\`\`
163163
## GOLDP (GolDP.dll)
164164
\`\`\`
165-
$(cat GOLDP-diff.txt)
165+
$(cat GOLDP-diff.txt | sed 's/\x1b\[[0-9;]*m//g')
166166
\`\`\`
167167
EOF
168168

0 commit comments

Comments
 (0)