Skip to content

Commit

Permalink
Remove homebrew usage in macOS CI
Browse files Browse the repository at this point in the history
The GitHub documentation for the macOS virtual environment says python3
and pip3 are already installed [1], so eliminate homebrew usage because
a) homebrew is slow as molasses, and b) we don't like homebrew any more
because of the backwards stance it's taken on disabling build options.

[1]: https://github.com/actions/virtual-environments/blob/macOS-10.15/20210213.1/images/macos/macos-10.15-Readme.md
  • Loading branch information
mqudsi committed Feb 23, 2021
1 parent 42b4ff0 commit 4320707
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:

- name: Install dependencies
run: |
brew install python3 ninja
sudo pip3 install meson
sudo pip3 install meson ninja
- name: meson build
run: |
Expand Down

0 comments on commit 4320707

Please sign in to comment.