Skip to content

Commit 49032c6

Browse files
committed
ci: don't use Bundler
1 parent de902a6 commit 49032c6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@ jobs:
3434
--sync
3535
- name: Install dependencies
3636
run: |
37-
bundle install
37+
gem install \
38+
packnga \
39+
rake \
40+
yard
3841
- name: Build gem
3942
run: |
40-
bundle exec rake build
43+
rake build
4144
- name: Install as gem
4245
run: |
43-
gem install pkg/*.gem
46+
gem install \
47+
rubygems-requirements-system \
48+
pkg/*.gem
4449
- name: Install additional Groonga pakcages to run tests
4550
if: |
4651
matrix.runs-on == 'ubuntu-latest'

0 commit comments

Comments
 (0)