We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb08ef commit 3f02918Copy full SHA for 3f02918
swift-ci/main/install-extra-packages.sh
@@ -5,7 +5,7 @@ install_wasmtime() {
5
}
6
7
install_cmake() {
8
- local version="3.22.1"
+ local version="3.29.7"
9
local workdir="$(mktemp -d)"
10
curl -L -o "$workdir/install_cmake.sh" "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-linux-$(uname -m).sh"
11
chmod +x "$workdir/install_cmake.sh"
0 commit comments