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 @@ -57,7 +57,7 @@ before_install:
5757 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt libgnutls libgnutls-devel; fi
5858 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls ; fi
5959 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql automake1.16 ; fi
60- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls -devel ; fi
60+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql libgnutls -devel ; fi
6161 - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
6262 - tar -xzf libmicrohttpd-0.9.59.tar.gz
6363 - cd libmicrohttpd-0.9.59
You can’t perform that action at this time.
0 commit comments