We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa891fb commit 7d66155Copy full SHA for 7d66155
.github/workflows/test-installers.yml
@@ -85,7 +85,13 @@ jobs:
85
runs-on: ubuntu-latest
86
arch: x64
87
hadron-platform: linux
88
- post-checkout-command: dnf install -y gcc gcc-c++ make git nss dbus xorg-x11-server-Xvfb
+ 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
+
95
container:
96
image: rockylinux:9
97
volumes:
0 commit comments