Skip to content

Commit

Permalink
github workflow: install rpm-build to trigger the maven rpm properties
Browse files Browse the repository at this point in the history
  • Loading branch information
stdweird committed Jul 28, 2023
1 parent 06fb4a2 commit e65657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# work, but this is a quick way of pulling in a lot of required dependencies.
# Surprisingly `which` is not installed by default and panc depends on it.
# libselinux-utils is required for /usr/sbin/selinuxenabled
dnf install -y maven which panc ncm-lib-blockdevices \
dnf install -y maven which rpm-build panc ncm-lib-blockdevices \
ncm-ncd git libselinux-utils sudo perl-Crypt-OpenSSL-X509 \
perl-Data-Compare perl-Date-Manip perl-File-Touch perl-JSON-Any \
perl-Net-DNS perl-Net-FreeIPA perl-Net-OpenNebula \
Expand Down

0 comments on commit e65657a

Please sign in to comment.