We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971f53b commit 11351e7Copy full SHA for 11351e7
1 file changed
.github/workflows/build.yml
@@ -158,11 +158,11 @@ jobs:
158
# reccmp report
159
## LEGORACERS (LEGORacers.exe)
160
\`\`\`
161
- $(cat LEGORACERS-diff.txt)
+ $(cat LEGORACERS-diff.txt | sed 's/\x1b\[[0-9;]*m//g')
162
163
## GOLDP (GolDP.dll)
164
165
- $(cat GOLDP-diff.txt)
+ $(cat GOLDP-diff.txt | sed 's/\x1b\[[0-9;]*m//g')
166
167
EOF
168
0 commit comments