Skip to content

Commit e8f3841

Browse files
authored
Workaround ruby/rubygems#6490
1 parent 9dfb081 commit e8f3841

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ jobs:
174174

175175
- name: Bundle
176176
if: "!matrix.ruby-version"
177-
run: bundle install
177+
run: |
178+
bundle config --local path vendor/bundle
179+
bundle lock
180+
bundle install --jobs 4
178181
179182
- name: Compile
180183
run: bundle exec rake compile

0 commit comments

Comments
 (0)