GHA/osx: workaround for brew update error (#13584)

This commit is contained in:
notomo
2020-12-22 22:47:46 +09:00
committed by GitHub
parent 7b65a9135e
commit b931a554d7

View File

@@ -75,6 +75,7 @@ jobs:
fetch-depth: 0
- name: Install brew packages
run: |
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew install automake ninja
- name: Build release