Use group install

This commit is contained in:
Holger Obermaier 2022-02-28 16:17:53 +01:00
parent 6d511bb8fc
commit 3eb0e58c6f

View File

@ -18,7 +18,7 @@ jobs:
steps:
- name: Install dependencies
run: yum -y install git rpm-build make
run: dnf group install "Development Tools" "RPM Development Tools"
# See: https://github.com/marketplace/actions/checkout
# Checkout git repository and submodules