Skip to content

Commit

Permalink
Merge pull request #17 from neosmart/faster-macos-ci
Browse files Browse the repository at this point in the history
Speed up CI: Remove homebrew usage in macOS CI

[ci skip]
  • Loading branch information
mqudsi authored Feb 23, 2021
2 parents 42b4ff0 + 4320707 commit 16967b9
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 16967b9

Please sign in to comment.