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 cab6807 commit 7425371Copy full SHA for 7425371
.github/workflows/test-installers.yml
@@ -112,6 +112,7 @@ jobs:
112
hadron-platform: linux
113
distro-id: rhel80
114
post-checkout-command: |
115
+ dnf clean all && dnf update -y --refresh
116
dnf install -y gcc gcc-c++ make git nss dbus xorg-x11-server-Xvfb yum-utils
117
# Enable the devel repo to install compat-openssl11 (bringing libcrupto.so.1.1 to run mongod)
118
dnf config-manager --set-enabled devel
0 commit comments