Skip to content

Commit 52ea87b

Browse files
authored
Merge pull request #2555 from ksss/platform-ruby
Set force_ruby_platform for bundler when head
2 parents 638acb3 + 1572a73 commit 52ea87b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ jobs:
112112
gem update --system
113113
- name: clang version
114114
run: clang --version
115+
- name: bundle config set force_ruby_platform true if head
116+
if: ${{ contains(matrix.ruby, 'head') }}
117+
run: |
118+
bundle config set force_ruby_platform true
115119
- name: bin/setup
116120
run: |
117121
bin/setup

0 commit comments

Comments
 (0)