Skip to content

Commit 9778e98

Browse files
committed
Fix missing windows build in v1
1 parent dd9330e commit 9778e98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-win.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
ZSTD_COMMIT: 794ea1b0afca0f020f4e57b6732332231fb23c70
2020
BROTLI_COMMIT: ed738e842d2fbdf2d6459e39267a633c4a9b2f5d
2121
BORINGSSL_COMMIT: 673e61fc215b178a90c0e67858bbf162c8158993
22-
CURL_COMMIT: de7b3e89218467159a7af72d58cea8425946e97d
22+
CURL_TAG: curl-8_13_0
2323
NGHTTP2_COMMIT: 8f44147c385fb1ed93a6f39911eeb30279bfd2dd
2424

2525
jobs:

win/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ get_dep https://github.com/madler/zlib.git zlib $ZLIB_COMMIT
1111
get_dep https://github.com/facebook/zstd.git zstd $ZSTD_COMMIT
1212
get_dep https://github.com/google/brotli.git brotli $BROTLI_COMMIT
1313
get_dep https://boringssl.googlesource.com/boringssl.git boringssl $BORINGSSL_COMMIT
14-
get_dep https://github.com/curl/curl.git curl $CURL_COMMIT
14+
get_dep https://github.com/curl/curl.git curl $CURL_TAG
1515
get_dep https://github.com/nghttp2/nghttp2.git nghttp2 $NGHTTP2_COMMIT
1616

1717
git -C "$PWD/deps/nghttp2" submodule update --init

0 commit comments

Comments
 (0)