Skip to content

Commit

Permalink
ci: update macos builds to install latest bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 3, 2021
1 parent 0e6ce7c commit 940823f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo "NOKOGIRI_USE_SYSTEM_LIBRARIES=t" >> $GITHUB_ENV
- name: Install dependencies
run: |
gem install bundler
bundle config --local path vendor/bundle
bundle config jobs $((1 + $(sysctl -n hw.activecpu)))
bundle install
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
echo "MAKEFLAGS=-j$((1 + $(sysctl -n hw.activecpu)))" >> $GITHUB_ENV
- name: Install dependencies
run: |
gem install bundler
bundle config --local path vendor/bundle
bundle config jobs $((1 + $(sysctl -n hw.activecpu)))
bundle install
Expand Down

0 comments on commit 940823f

Please sign in to comment.