Loading ci-support.sh +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ fi if [ "$(uname)" = "Darwin" ]; then PLATFORM=MacOSX if test -d /usr/local/opt/curl/bin; then # That's where homebrew lives, and it has the curl that doesn't cause # cert errors from the OS being too old. export PATH="/usr/local/opt/curl/bin:$PATH" fi else PLATFORM=Linux fi Loading Loading
ci-support.sh +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ fi if [ "$(uname)" = "Darwin" ]; then PLATFORM=MacOSX if test -d /usr/local/opt/curl/bin; then # That's where homebrew lives, and it has the curl that doesn't cause # cert errors from the OS being too old. export PATH="/usr/local/opt/curl/bin:$PATH" fi else PLATFORM=Linux fi Loading