Skip to content

Commit 563c548

Browse files
committed
bundle config set force_ruby_platform true
on head version.
1 parent 2e0d133 commit 563c548

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
@@ -55,6 +55,10 @@ jobs:
5555
echo "NO_MINITEST=true" >> $GITHUB_ENV
5656
bundle config set --local without 'minitest'
5757
if: ${{ contains(matrix.ruby, 'head') }}
58+
- name: bundle config set force_ruby_platform true if head
59+
if: ${{ contains(matrix.ruby, 'head') }}
60+
run: |
61+
bundle config set force_ruby_platform true
5862
- name: Skip installing type checkers
5963
if: ${{ ! contains(matrix.job, 'typecheck_test') }}
6064
run: |

0 commit comments

Comments
 (0)