Update build-rpm.yml

This commit is contained in:
Christian Tosta
2025-04-18 03:24:40 -03:00
committed by GitHub
parent 39bf70daeb
commit 26517e6d95

View File

@@ -18,7 +18,7 @@ jobs:
- name: install RPM build tools
run: |
dnf -y install cmake gcc rpm-build rpmdevtools tar
dnf -y install cmake gcc gcc-c++ rpm-build rpmdevtools tar
- name: Setup RPM build tree
run: |