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:
parent
d45ea9471a
commit
12fea1fc5a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/puma.yml
vendored
2
.github/workflows/puma.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue