File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ before_install:
5454 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --populate msys2; fi
5555 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
5656 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
57- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls; fi
57+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt ; fi
5858 - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
5959 - tar -xzf libmicrohttpd-0.9.59.tar.gz
6060 - cd libmicrohttpd-0.9.59
You can’t perform that action at this time.
0 commit comments