Skip to content

Commit

Permalink
Try to fix mac builds by disabling homebrew auto updatin
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton- committed Oct 29, 2019
1 parent ba24c43 commit 66e2d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/travis/steps/install.sh
Expand Up @@ -20,11 +20,11 @@ fi

if [ "$TRAVIS_OS_NAME" = "osx" ]; then
if [ "$TOOL" = "xcodebuild" ]; then
brew install ccache
HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
travis_wait ./projectfiles/Xcode/Fix_Xcode_Dependencies
else
brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
brew reinstall libffi
HOMEBREW_NO_AUTO_UPDATE=1 brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall libffi
fi
else
if [ "$NLS" != "true" ]; then
Expand Down

0 comments on commit 66e2d53

Please sign in to comment.