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
2 changed files with 1 additions and 6 deletions

View File

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