bundle install fails on windows-latest after using bundle config · Issue #13 · ruby/setup-ruby (original) (raw)

If I use bundle config to set bundler options (e.g., bundle config --local without docs), the subsequent call to bundle install fails. The action gives no reason why it failed.

##[error]Process completed with exit code 1.

This does not happen on ubuntu-latest.