We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2ebcb commit a71d3b2Copy full SHA for a71d3b2
.github/workflows/release-linux-glibc-2-17.yml
@@ -22,6 +22,8 @@ jobs:
22
run: |
23
source /opt/rh/devtoolset-9/enable
24
25
+ yum install -y python3
26
+
27
wget https://cmake.org/files/v3.30/cmake-3.30.0.tar.gz
28
yum install -y openssl-devel
29
tar zxvf cmake-3.*
0 commit comments