brew bundle seems to have been removed

This commit is contained in:
Kovid Goyal 2020-02-22 18:36:07 +05:30
parent b54ffbefe4
commit cba36f2240
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 1 additions and 6 deletions

View File

@ -82,7 +82,7 @@ jobs:
LANG: en_US.UTF-8 LANG: en_US.UTF-8
steps: steps:
- checkout - checkout
- run: brew bundle - run: brew install pkg-config imagemagick harfbuzz python sphinx-doc
- run: python3 setup.py build --debug --verbose - run: python3 setup.py build --debug --verbose
- run: ./kitty/launcher/kitty +launch test.py - run: ./kitty/launcher/kitty +launch test.py
- run: echo "export PATH=/usr/local/opt/sphinx-doc/bin:$PATH" >> $BASH_ENV - run: echo "export PATH=/usr/local/opt/sphinx-doc/bin:$PATH" >> $BASH_ENV

View File

@ -1,5 +0,0 @@
brew 'pkg-config'
brew 'imagemagick'
brew 'harfbuzz'
brew 'python'
brew 'sphinx-doc'