File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 9090 timeout (~> 0.4 )
9191 racc (1.8.1 )
9292 rainbow (3.1.1 )
93- rake (13.2.1 )
93+ rake (13.3.0 )
9494 rake-compiler (1.3.0 )
9595 rake
9696 rb-fsevent (0.11.2 )
175175 zlib (3.2.1 )
176176
177177PLATFORMS
178- arm64-darwin
179- arm64-darwin-24
180178 x86_64-linux
181179
182180DEPENDENCIES
You can’t perform that action at this time.
0 commit comments