You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hoping it's fixed in runner-images, because the conversation on setup-ruby was reluctant to fix it there. IMO, setup-ruby should come with everything needed to install any standard gem without installing extra OS packages.
But, just to make the build work, we can probably pin to an older version of psych (temporarily).
The text was updated successfully, but these errors were encountered:
This is only needed temporarily, until actions/runner-images#6740 rolls
out.
We *could* remove "rdoc" and use the system gem, but the "rake rdoc"
customizations were written for 6.5.
Psych doesn't vendor libyaml anymore, so the system needs the header files in order to install it.
See also:
parse_stream
: undefined methodparse
for #<Psych::Parser psych#597I'm hoping it's fixed in runner-images, because the conversation on
setup-ruby
was reluctant to fix it there. IMO, setup-ruby should come with everything needed to install any standard gem without installing extra OS packages.But, just to make the build work, we can probably pin to an older version of
psych
(temporarily).The text was updated successfully, but these errors were encountered: