Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 09cf75a

Browse files
committed
New curl needs nghttp2
1 parent 778d046 commit 09cf75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pacman -Syy --noconfirm
77
OUTPUT=$(mktemp -d)
88

99
# Download files (-dd skips dependencies)
10-
pkgs=$(echo mingw-w64-{i686,x86_64,ucrt-x86_64}-{arrow,aws-sdk-cpp,brotli,openssl,lz4,re2,snappy,bzip2,curl,libssh2,thrift,zstd,libutf8proc})
10+
pkgs=$(echo mingw-w64-{i686,x86_64,ucrt-x86_64}-{arrow,aws-sdk-cpp,brotli,openssl,lz4,re2,snappy,bzip2,curl,libssh2,thrift,zstd,libutf8proc,nghttp2})
1111
URLS=$(pacman -Spdd $pkgs --cache=$OUTPUT)
1212
VERSION=$(pacman -Si mingw-w64-x86_64-${PACKAGE} | awk '/^Version/{print $3}')
1313

0 commit comments

Comments
 (0)