Skip to content

Commit 5ae2e58

Browse files
committed
fix
1 parent 70ff22a commit 5ae2e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/conan-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.15.7/cmake-3.15.7
123123
tar -xvzf cmake-3.23.5-Linux-x86_64.tar.gz && mv cmake-3.23.5-linux-x86_64/ /usr/share/cmake-3.23.5 && \
124124
wget https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-Linux-x86_64.tar.gz && \
125125
tar -xvzf cmake-3.27.9-Linux-x86_64.tar.gz && mv cmake-3.27.9-linux-x86_64/ /usr/share/cmake-3.27.9 && \
126-
wget https://cmake.org/files/v4.0/cmake-4.2.1-linux-x86_64.tar.gz && \
126+
wget https://cmake.org/files/v4.2/cmake-4.2.1-linux-x86_64.tar.gz && \
127127
tar -xvzf cmake-4.2.1-linux-x86_64.tar.gz && mv cmake-4.2.1-linux-x86_64/ /usr/share/cmake-4.2.1 && \
128128
update-alternatives --install /usr/bin/cmake cmake $CMAKE_3_15 10 && \
129129
update-alternatives --install /usr/bin/cmake cmake $CMAKE_3_16 20 && \

0 commit comments

Comments
 (0)