We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba52720 + b546764 commit d748046Copy full SHA for d748046
src/ci/scripts/install-ninja.sh
@@ -8,7 +8,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
8
9
if isWindows; then
10
mkdir ninja
11
- curl -o ninja.zip "${MIRRORS_BASE}/2017-03-15-ninja-win.zip"
+ curl -o ninja.zip "${MIRRORS_BASE}/2024-03-28-v1.11.1-ninja-win.zip"
12
7z x -oninja ninja.zip
13
rm ninja.zip
14
ciCommandSetEnv "RUST_CONFIGURE_ARGS" "${RUST_CONFIGURE_ARGS} --enable-ninja"
0 commit comments