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
Newer versions of Ruby used by the setup-ruby action use the ucrt
C library. Puppet nightly gems are instead built with the mscvcrt
library (AKA mingw), which causes
This commit updates the GitHub Action that tests nightly Puppet gems
to use the generic gem instead of the mingw gem, and adds a step to
install the ffi dependency that was included in the mingw gem but not
the generic gem.
0 commit comments