Skip to content

Commit

Permalink
update c-ares to 1.17.2 for macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuliang authored Sep 28, 2021
1 parent a66f543 commit 9695f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
brew install cppunit gettext openssl libssh2 c-ares sqlite3 \
autoconf automake pkg-config libtool libuv libxml2 zlib upx libuv
(cd ..;
curl https://c-ares.haxx.se/download/c-ares-1.17.1.tar.gz -o c-ares.tar.gz;
curl -L https://c-ares.haxx.se/download/c-ares-1.17.2.tar.gz -o c-ares.tar.gz;
tar xf c-ares.tar.gz;
cd c-ares-*;
./configure --disable-shared;
Expand Down

0 comments on commit 9695f11

Please sign in to comment.