[CI-CD] Updated workflows

This commit is contained in:
Christian Tosta
2025-07-15 04:18:47 -03:00
parent 7b75def10f
commit bc93d34d16
3 changed files with 14 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
SHELL := bash
source:
dnf -y install cmake gcc gcc-c++
dnf -y install cmake gcc gcc-c++ openssl
cmake --fresh -DBUILD_RPMS=ON -B build -S .
cmake --build build --target srpm