Skip to content

Commit efcc428

Browse files
committed
ci: don't use continuous lines
It's not portable.
1 parent 49032c6 commit efcc428

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,13 @@ jobs:
3434
--sync
3535
- name: Install dependencies
3636
run: |
37-
gem install \
38-
packnga \
39-
rake \
40-
yard
37+
gem install packnga rake yard
4138
- name: Build gem
4239
run: |
4340
rake build
4441
- name: Install as gem
4542
run: |
46-
gem install \
47-
rubygems-requirements-system \
48-
pkg/*.gem
43+
gem install rubygems-requirements-system pkg/*.gem
4944
- name: Install additional Groonga pakcages to run tests
5045
if: |
5146
matrix.runs-on == 'ubuntu-latest'

0 commit comments

Comments
 (0)