Skip to content

Commit e716322

Browse files
committed
jruby-head includes bundler
* And if it does not, failing the build would be good to notice it.
1 parent d055897 commit e716322

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ jobs:
106106
- name: Create archive
107107
run: tar czf jruby-head-${{ matrix.os }}.tar.gz jruby-head
108108

109-
- name: Install Bundler if needed
110-
shell: bash
111-
run: |
112-
if [ ! -e jruby-head/bin/bundle ]; then
113-
export PATH="$PWD/jruby-head/bin:$PATH"
114-
gem env
115-
gem install bundler -v '~> 1' --no-document
116-
fi
117-
118109
# Test
119110
- run: echo "$PWD/jruby-head/bin" >> $GITHUB_PATH
120111
- run: ruby --version

0 commit comments

Comments
 (0)