Skip to content

Commit 7d66155

Browse files
committed
Fix missing lsb_release
1 parent fa891fb commit 7d66155

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-installers.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ jobs:
8585
runs-on: ubuntu-latest
8686
arch: x64
8787
hadron-platform: linux
88-
post-checkout-command: dnf install -y gcc gcc-c++ make git nss dbus xorg-x11-server-Xvfb
88+
post-checkout-command: |
89+
dnf install -y gcc gcc-c++ make git nss dbus xorg-x11-server-Xvfb yum-utils
90+
# Installing lsb_release to enable mongodb-download-url to determine the download URL
91+
dnf config-manager --set-enabled devel
92+
dnf update -y
93+
dnf install redhat-lsb-core
94+
8995
container:
9096
image: rockylinux:9
9197
volumes:

0 commit comments

Comments
 (0)