We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd85a63 commit 240a7ecCopy full SHA for 240a7ec
lgtm.yml
@@ -13,7 +13,7 @@ extraction:
13
after_prepare:
14
# Install cmake
15
- mkdir custom_cmake
16
- - wget --quiet -O - "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C custom_cmake
+ - wget --quiet -O - "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C custom_cmake
17
- "export PATH=$(pwd)/custom_cmake/bin:${PATH}"
18
index:
19
build_command:
0 commit comments