Actions
Bug #21207
closedCSV gem not installing in head
Bug #21207:
CSV gem not installing in head
Description
The current MinGW workflow in Ruby shows:
I verified the same locally with both a Windows UCRT build and an Ubuntu build, and the ruby-loco builds are also failing.
The current line in bundled_gems:
If one changes that to the below, ruby-loco builds pass.
But, Ruby's CI fails in the ./.github/actions/setup/directories step.
Actions