We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0d133 commit 563c548Copy full SHA for 563c548
.github/workflows/ruby.yml
@@ -55,6 +55,10 @@ jobs:
55
echo "NO_MINITEST=true" >> $GITHUB_ENV
56
bundle config set --local without 'minitest'
57
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
62
- name: Skip installing type checkers
63
if: ${{ ! contains(matrix.job, 'typecheck_test') }}
64
run: |
0 commit comments