Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ jobs:
- name: Setup macOS environment
if: runner.os == 'macOS'
run: |
# Workaround for https://github.com/actions/virtual-environments/issues/1811
# Remove broken openssl and python packages, not used by Conscrypt builds
# TODO(prb): remove when no longer required.
brew uninstall --ignore-dependencies openssl
brew uninstall --ignore-dependencies python
brew update || echo update failed
brew install ninja || echo update failed

Expand Down