mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
ci: Use brew upgrade --ignore-dependencies
This commit is contained in:
parent
40b38fe7ac
commit
b5b4a0e963
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -ex
|
|||
if [ $TRAVIS_OS_NAME == osx ]; then
|
||||
brew update
|
||||
brew install qt5 lmdb clang-format ninja libsodium cmark
|
||||
brew upgrade boost
|
||||
brew upgrade --ignore-dependencies boost cmake
|
||||
|
||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
sudo python get-pip.py
|
||||
|
|
Loading…
Reference in a new issue