Skip to content

Commit 9e71b3b

Browse files
committed
ci: Add ruby-devel installation to Rubocop job
Add a step on the GitHub Actions job "Rubocop" to install the package 'ruby-devel', which provide Ruby's headers, required by the 'racc' (installed with 'bundle install').
1 parent cec28c5 commit 9e71b3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: Git Checkout
5454
uses: actions/checkout@v2
5555

56+
- name: Install ruby-devel package
57+
run: zypper --non-interactive ruby-devel
58+
5659
- name: Install project dependencies
5760
run: bundle install
5861

0 commit comments

Comments
 (0)