mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix(docker): add ruby-devel as required by npfm for perl-cpan builds
This commit is contained in:
parent
753942891c
commit
e4a6de7aed
2
.github/workflows/perl-cpan-libraries.yml
vendored
2
.github/workflows/perl-cpan-libraries.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
||||
|
||||
dnf module reset -y ruby
|
||||
dnf module enable -y ruby:3.1
|
||||
dnf install -y ruby
|
||||
dnf install -y ruby ruby-devel
|
||||
shell: bash
|
||||
|
||||
- if: ${{ contains(matrix.build_distribs, matrix.distrib) && matrix.spec_file == '' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user