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