Skip to content

Commit 11317ef

Browse files
committed
Use the Bundler shipped with Rubinius
1 parent 5d23864 commit 11317ef

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@ jobs:
211211
asset_content_type: application/gzip
212212

213213
buildRubinius:
214-
if: false
214+
if: true
215215
strategy:
216216
fail-fast: false
217217
matrix:
218218
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest ]
219-
ruby: [ rubinius-4.14 ]
219+
ruby: [ rubinius-4.15 ]
220220
runs-on: ${{ matrix.os }}
221221
steps:
222222
- name: Set tag name
@@ -244,13 +244,6 @@ jobs:
244244
make
245245
make install
246246
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-
254247
- name: Basic test
255248
run: ~/.rubies/${{ matrix.ruby }}/bin/ruby --version
256249
- name: OpenSSL test

0 commit comments

Comments
 (0)