Update install_dependencies.sh
This commit is contained in:
parent
6ec489cbc8
commit
f2d7cab8e8
@ -18,7 +18,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
sudo port select --set pip pip$PYTHON;
|
||||
pip install pyinstaller --user;
|
||||
export PATH=$PATH:$(python3 -c "import site; print(site.USER_BASE)")/bin;
|
||||
brew install gperf cmake openssl coreutils
|
||||
brew install gperf openssl coreutils
|
||||
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
echo "==Windows=="
|
||||
choco install ccache
|
||||
|
Loading…
Reference in New Issue
Block a user