We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a8748a + 03d5fa7 commit c947d04Copy full SHA for c947d04
script/bootstrap
@@ -45,7 +45,15 @@ check_deps ()
45
echo
46
echo "Additionally, the following libssh2 files must be symlinked under /usr/local or /opt/homebrew :"
47
echo " lib/libssh2.a include/libssh2.h include/libssh2_sftp.h include/libssh2_publickey.h"
48
- exit $result
+
49
+ if [ ! -z "$CI" ]
50
+ then
51
+ echo
52
+ echo "I will try to install it now on github CI"
53
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
54
+ echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/hannes/.zprofile
55
+ eval "$(/opt/homebrew/bin/brew shellenv)"
56
+ fi
57
fi
58
59
brew_prefix=`brew --prefix`
0 commit comments