Travis, attempt to omit ios brew update.

This commit is contained in:
W.C.A. Wijngaards 2021-03-23 09:29:11 +01:00
parent 0b7efaf620
commit 85f8d72a89

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This step should install tools needed for all packages - OpenSSL, Expat and Unbound
echo "Updating tools"
brew update 1>/dev/null
# brew update hangs, so we try to skip that step.
#echo "Updating tools"
#brew update 1>/dev/null
echo "Installing tools"
# already installed are: autoconf automake libtool pkg-config
brew install curl perl 1>/dev/null