Skip to content

Commit 720ab87

Browse files
authored
Update fdp_cpp_api.yaml
1 parent 60176ea commit 720ab87

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/fdp_cpp_api.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -146,22 +146,14 @@ jobs:
146146
- name: Setup GCC 4.8
147147
run: |
148148
apt update
149-
apt install build-essential libssl-dev -y
149+
apt install build-essential libssl-dev cmake -y
150150
apt install g++-4.8 gcc-4.8 -y
151151
rm /usr/bin/gcc
152152
rm /usr/bin/g++
153153
ln -s /usr/bin/gcc-4.8 /usr/bin/gcc
154154
ln -s /usr/bin/g++-4.8 /usr/bin/g++
155155
gcc --version
156156
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
165157
cmake --version
166158
- uses: actions/checkout@v3
167159
- name: Install Dependencies

0 commit comments

Comments
 (0)