Skip to content

Commit d0206a5

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/fdp_cpp_api.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,11 @@ jobs:
146146
- name: Setup GCC 4.8
147147
run: |
148148
apt update
149-
apt install build-essential libssl-dev cmake -y
149+
apt install build-essential libssl-dev -y
150+
git clone https://github.com/Kitware/CMake/
151+
cd CMake
152+
./bootstrap && make && sudo make install
153+
cmake --version
150154
apt install g++-4.8 gcc-4.8 -y
151155
rm /usr/bin/gcc
152156
rm /usr/bin/g++

0 commit comments

Comments
 (0)