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 5d23864 commit 11317efCopy full SHA for 11317ef
.github/workflows/build.yml
@@ -211,12 +211,12 @@ jobs:
211
asset_content_type: application/gzip
212
213
buildRubinius:
214
- if: false
+ if: true
215
strategy:
216
fail-fast: false
217
matrix:
218
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest ]
219
- ruby: [ rubinius-4.14 ]
+ ruby: [ rubinius-4.15 ]
220
runs-on: ${{ matrix.os }}
221
steps:
222
- name: Set tag name
@@ -244,13 +244,6 @@ jobs:
244
make
245
make install
246
247
- - name: Install Bundler if needed
248
- run: |
249
- if [ ! -e ~/.rubies/${{ matrix.ruby }}/bin/bundle ]; then
250
- export PATH="$HOME/.rubies/${{ matrix.ruby }}/bin:$PATH"
251
- gem install bundler -v '~> 1' --no-document
252
- fi
253
-
254
- name: Basic test
255
run: ~/.rubies/${{ matrix.ruby }}/bin/ruby --version
256
- name: OpenSSL test
0 commit comments