Skip to content

Commit

Permalink
ci: Add ruby-devel installation to Rubocop job
Browse files Browse the repository at this point in the history
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').
  • Loading branch information
lcaparroz committed Mar 5, 2025
1 parent cec28c5 commit 9e71b3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v2

- name: Install ruby-devel package
run: zypper --non-interactive ruby-devel

- name: Install project dependencies
run: bundle install

Expand Down

0 comments on commit 9e71b3b

Please sign in to comment.