mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Try to fix slow macos build
Try to prevent node upgrade via homebrew
This commit is contained in:
parent
e34622d5ff
commit
cade911a03
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ set -ex
|
|||
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew update
|
||||
|
||||
# uninstall packages, that would get upgraded by upgrading cmake (and we don't need)
|
||||
brew uninstall --force cgal node sfcgal postgis
|
||||
|
||||
brew install qt5 lmdb clang-format ninja libsodium cmark
|
||||
brew upgrade boost cmake icu4c || true
|
||||
|
||||
|
|
Loading…
Reference in a new issue