Skip to content

Commit 41b38a0

Browse files
authored
Merge pull request #11 from whamcloud/sagar-gharte/EHT-1293
Fix: Install make in RPM build containers
2 parents 1f595a7 + 8f5a5a7 commit 41b38a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/whamcloud-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
bash -c "
229229
set -e
230230
echo 'Installing RPM build tools...'
231-
dnf install -y rpm-build systemd-rpm-macros rpmdevtools
231+
dnf install -y rpm-build systemd-rpm-macros rpmdevtools make
232232
echo 'Building EL8 RPMs...'
233233
make rpm VERSION=${{ github.event.inputs.version }}
234234
"
@@ -244,7 +244,7 @@ jobs:
244244
bash -c "
245245
set -e
246246
echo 'Installing RPM build tools...'
247-
dnf install -y rpm-build systemd-rpm-macros rpmdevtools
247+
dnf install -y rpm-build systemd-rpm-macros rpmdevtools make
248248
echo 'Building EL9 RPMs...'
249249
make rpm VERSION=${{ github.event.inputs.version }}
250250
"

0 commit comments

Comments
 (0)