1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Do not set the --path for bundle install

* This is buggy with Ruby 2.3 + Bundler 2.1.4,
  see https://github.com/ruby/setup-ruby/issues/51
This commit is contained in:
Benoit Daloze 2020-06-06 13:02:53 +02:00
parent d45ea9471a
commit 12fea1fc5a

View file

@ -48,7 +48,7 @@ jobs:
if ('${{ matrix.ruby }}' -lt '2.3') {
gem update --system 2.7.10 --no-document
}
bundle install --jobs 4 --retry 3 --path=.bundle/puma
bundle install --jobs 4 --retry 3
- name: compile
run: bundle exec rake compile