CircleCI: uninstall python@2 to prevent "brew install" errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user