We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f595a7 + 8f5a5a7 commit 41b38a0Copy full SHA for 41b38a0
.github/workflows/whamcloud-release.yml
@@ -228,7 +228,7 @@ jobs:
228
bash -c "
229
set -e
230
echo 'Installing RPM build tools...'
231
- dnf install -y rpm-build systemd-rpm-macros rpmdevtools
+ dnf install -y rpm-build systemd-rpm-macros rpmdevtools make
232
echo 'Building EL8 RPMs...'
233
make rpm VERSION=${{ github.event.inputs.version }}
234
"
@@ -244,7 +244,7 @@ jobs:
244
245
246
247
248
echo 'Building EL9 RPMs...'
249
250
0 commit comments