ci: fix EPEL builds
Some checks reported errors
builds.sr.ht/43 Job completed
builds.sr.ht/9 Job failed
builds.sr.ht/main Job failed

This commit is contained in:
Maxwell G 2026-04-24 08:16:46 -05:00
commit 8cf0a51e1c
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ tasks:
cd forge-srpm-macros
if [ "$(rpm -E %{?rhel})" = "9" ]; then
sudo dnf install -y epel-rpm-macros
make epel9-build
make epel-build
export \
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"

View file

@ -18,7 +18,7 @@ tasks:
cd forge-srpm-macros
if [ "$(rpm -E %{?rhel})" = "9" ]; then
sudo dnf install -y epel-rpm-macros
make epel9-build
make epel-build
export \
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"

View file

@ -18,7 +18,7 @@ tasks:
cd forge-srpm-macros
if [ "$(rpm -E %{?rhel})" = "9" ]; then
sudo dnf install -y epel-rpm-macros
make epel9-build
make epel-build
export \
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"