Unverified Commit d038aa57 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] updated CMake version in CI Docker image (#1947)

parent 81d50c7c
...@@ -35,7 +35,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y \ ...@@ -35,7 +35,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install CMake # Install CMake
RUN curl -sL https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh -o cmake.sh \ RUN curl -sL https://cmake.org/files/v3.13/cmake-3.13.2-Linux-x86_64.sh -o cmake.sh \
&& chmod +x cmake.sh \ && chmod +x cmake.sh \
&& ./cmake.sh --prefix=/usr/local --exclude-subdir \ && ./cmake.sh --prefix=/usr/local --exclude-subdir \
&& rm cmake.sh && rm cmake.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment