Update Release.yml

This commit is contained in:
Thomas Gruber
2022-06-09 12:42:11 +02:00
committed by GitHub
parent 8d85bd53f1
commit 0d31ec481b

View File

@@ -40,7 +40,9 @@ jobs:
# Use dnf to install build dependencies # Use dnf to install build dependencies
- name: Install build dependencies - name: Install build dependencies
run: dnf --assumeyes builddep scripts/cc-metric-collector.spec run: |
dnf --assumeyes install 'dnf-command(builddep)'
dnf --assumeyes builddep scripts/cc-metric-collector.spec
- name: RPM build MetricCollector - name: RPM build MetricCollector
id: rpmbuild id: rpmbuild