Update build-fc40.yml

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-06-22 22:27:12 +03:00 committed by GitHub
parent f35d1a709f
commit b2500f3469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get RPM Spec BuildRequires
run: dnf install 'dnf-command(builddep)' -y && dnf builddep fedora-kernel-manager.spec -y
run: dnf install wget cpio mock pykickstart fedpkg libvirt fedora-packager rpmdevtools 'dnf-command(builddep)' -y && dnf builddep fedora-kernel-manager.spec -y
- name: Build RPM package
run: rpmbuild -bb fedora-kernel-manager.spec --define "_rpmdir $(pwd)/packages"