Skip to content

Commit

Permalink
CI: fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Apr 2, 2024
1 parent 8992822 commit 7cc0774
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: |
# FIXME: remove when Python is upgraded in the `macos-13` runner.
# https://github.com/actions/runner-images/issues/8838#issuecomment-1817486924
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
pip3 install meson
brew install \
ninja pkg-config \
Expand Down

0 comments on commit 7cc0774

Please sign in to comment.