File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -146,22 +146,14 @@ jobs:
146
146
- name : Setup GCC 4.8
147
147
run : |
148
148
apt update
149
- apt install build-essential libssl-dev -y
149
+ apt install build-essential libssl-dev cmake -y
150
150
apt install g++-4.8 gcc-4.8 -y
151
151
rm /usr/bin/gcc
152
152
rm /usr/bin/g++
153
153
ln -s /usr/bin/gcc-4.8 /usr/bin/gcc
154
154
ln -s /usr/bin/g++-4.8 /usr/bin/g++
155
155
gcc --version
156
156
g++ --version
157
- wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz
158
- tar -zvxf cmake-3.20.0.tar.gz
159
- cd cmake-3.20.0
160
- ./bootstrap
161
- make -j8
162
- apt-get install checkinstall -y
163
- hash -r
164
- checkinstall --pkgname=cmake --pkgversion="3.20-custom" --default
165
157
cmake --version
166
158
- uses : actions/checkout@v3
167
159
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments