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 2b5237f commit 38aeae4Copy full SHA for 38aeae4
.github/workflows/ci.yml
@@ -292,8 +292,10 @@ jobs:
292
declare -A pinned_deps
293
pinned_deps["mingw-w64-${TOOLCHAIN}-cmake"]="3.31.6-1"
294
if [[ ${MSYSTEM} == "ucrt64" ]]; then
295
+ pinned_deps["mingw-w64-${TOOLCHAIN}-curl"]="8.9.1-2" # needed when cmake is pinned
296
pinned_deps["mingw-w64-${TOOLCHAIN}-gcc"]="14.2.0-3"
297
pinned_deps["mingw-w64-${TOOLCHAIN}-gcc-libs"]="14.2.0-3"
298
+ pinned_deps["mingw-w64-${TOOLCHAIN}-nghttp3"]="1.9.0-1" # needed when cmake is pinned
299
fi
300
301
dependencies=(
0 commit comments