Skip to content

Commit 38aeae4

Browse files
ci(deps/windows): fix AMD64 builds (#440)
1 parent 2b5237f commit 38aeae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,10 @@ jobs:
292292
declare -A pinned_deps
293293
pinned_deps["mingw-w64-${TOOLCHAIN}-cmake"]="3.31.6-1"
294294
if [[ ${MSYSTEM} == "ucrt64" ]]; then
295+
pinned_deps["mingw-w64-${TOOLCHAIN}-curl"]="8.9.1-2" # needed when cmake is pinned
295296
pinned_deps["mingw-w64-${TOOLCHAIN}-gcc"]="14.2.0-3"
296297
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
297299
fi
298300
299301
dependencies=(

0 commit comments

Comments
 (0)