Do not use group install

This commit is contained in:
Holger Obermaier 2022-03-01 16:46:05 +01:00
parent 968ea99268
commit 8285a72dee

View File

@ -19,7 +19,7 @@ jobs:
# Use dnf to install development packages
- name: Install development packages
run: dnf --assumeyes --disableplugin=subscription-manager group install "Development Tools" "RPM Development Tools"
run: dnf --assumeyes --disableplugin=subscription-manager rpm-build go-srpm-macros rpm-build-libs rpm-libs gcc make python38 git
# Checkout git repository and submodules
# fetch-depth must be 0 to use git describe