Hello Experts,
I am trying to add a box file in vagrant in Github workflow and I see lots of lines with same progress update as shows below.
Progress: 0%
Progress: 0%
Progress: 0%
Progress: 0%
Progress: 0%
Progress: 0%
Progress: 0%
Progress: 0%
Progress: 0%
Progress: 0%
…
Progress: 1%
Progress: 1%
Progress: 1%
Progress: 1%
Progress: 1%
Ideally it should be on same line but looks like escape code or something that clears line is not working as expected.
Vagrant version - 2.3.7
OS - Rocky Linux 8.8
Please guide how to solve this issue.
Malhar