diff options
author | notomo <notomo.motono@gmail.com> | 2020-12-22 22:47:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 08:47:46 -0500 |
commit | b931a554d70ef07803da3eb3f98ce4b3a3570d11 (patch) | |
tree | c259e93fa053a6e805e54fc980ee55b468825d0e | |
parent | 7b65a9135e04aade4dd66b5f9dc33c74e5ac962a (diff) | |
download | rneovim-b931a554d70ef07803da3eb3f98ce4b3a3570d11.tar.gz rneovim-b931a554d70ef07803da3eb3f98ce4b3a3570d11.tar.bz2 rneovim-b931a554d70ef07803da3eb3f98ce4b3a3570d11.zip |
GHA/osx: workaround for brew update error (#13584)
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7f9556028..6905f8dd35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 |