Fixes yum-builddep blocks action

Signed-off-by: Cyrille Bollu <cyrille@debian-BULLSEYE-live-builder-AMD64>
This commit is contained in:
Cyrille Bollu
2022-11-10 11:42:22 +01:00
parent 95f2400e99
commit 4a85a923b9

View File

@ -67,7 +67,7 @@ async function run() {
}
// Installs build dependencies
await exec.exec(`yum-builddep ${specFile.destFullPath}`);
await exec.exec(`yum-builddep -y ${specFile.destFullPath}`);
// Execute rpmbuild , -ba generates both RPMS and SPRMS
try {