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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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