Skip to content

Commit

Permalink
CircleCI: uninstall python@2 to prevent "brew install" errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Sep 16, 2020
1 parent 37f0d10 commit f211c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f211c19

Please sign in to comment.