CircleCI: uninstall python@2 to prevent "brew install" errors

This commit is contained in:
Hyunjin Song
2020-09-16 13:53:31 +09:00
parent 37f0d10e0b
commit f211c192e8

View File

@@ -179,8 +179,8 @@ jobs:
- run:
name: Install Homebrew dependencies
command: |
# unlink Homebrew's python 2 to prevent an node-gyp error
brew unlink python@2 || true
# uninstall Homebrew's python 2 to prevent errors on brew install
brew uninstall python@2 || true
brew update && brew install ccache fftw cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio fltk qt5 carla
- run:
name: Install nodejs dependencies