You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unzip tar epel-release jq wget libcurl-devel python3 \
134
134
python3-devel python3-pip perl-IPC-Cmd
135
135
@@ -140,9 +140,9 @@ jobs:
140
140
echo LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst | tee -a $GITHUB_ENV
141
141
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
unzip tar epel-release jq wget libcurl-devel python3 \
52
52
python3-devel python3-pip perl-IPC-Cmd
53
53
@@ -58,9 +58,9 @@ jobs:
58
58
echo LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst | tee -a $GITHUB_ENV
59
59
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
60
60
61
-
yum install -y mono-complete
61
+
dnf install -y mono-complete
62
62
63
-
yum clean all
63
+
dnf clean all
64
64
65
65
# We are changing the python here because we want to use the default python to build (it is devel version)
unzip tar epel-release jq wget libcurl-devel python3 \
94
94
python3-devel python3-pip perl-IPC-Cmd
95
95
@@ -100,9 +100,9 @@ jobs:
100
100
echo LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst | tee -a $GITHUB_ENV
101
101
echo "/opt/rh/devtoolset-10/root/usr/bin" | tee -a $GITHUB_PATH
0 commit comments