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 ba5351f commit dc59c99Copy full SHA for dc59c99
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
asset_content_type: application/gzip
66
67
buildJRubyWindows:
68
- if: false
+ if: true
69
strategy:
70
fail-fast: false
71
matrix:
@@ -92,6 +92,8 @@ jobs:
92
mkdir ~/.rubies
93
tar xf jruby-dist-${{ matrix.jruby-version }}-bin.tar.gz -C ~/.rubies
94
cd ~/.rubies/${{ matrix.ruby }}/bin
95
+ # Remove the Bash launcher, always use jruby.exe
96
+ rm jruby
97
echo -en "@ECHO OFF\r\n@\"%~dp0jruby.exe\" %*\r\n" > ruby.bat
98
- name: Install Bundler if needed
99
shell: bash
@@ -187,7 +189,7 @@ jobs:
187
189
188
190
191
buildRubinius:
- if: true
192
+ if: false
193
194
195
0 commit comments