-
Notifications
You must be signed in to change notification settings - Fork 48
Install gperf for mingw as well #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
fda351f to
1591889
Compare
|
I opened the PR to investigate https://bugs.ruby-lang.org/issues/21329, which has now been fixed. Do we still need the change here? |
|
It seems ok to replace - name: Set up Ruby
uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache
msys2: gperf
choco: gperfAnd needed to add
https://github.com/nobu/date/tree/fix-build |
No description provided.