aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotomo <notomo.motono@gmail.com>2020-12-22 22:47:46 +0900
committerGitHub <noreply@github.com>2020-12-22 08:47:46 -0500
commitb931a554d70ef07803da3eb3f98ce4b3a3570d11 (patch)
treec259e93fa053a6e805e54fc980ee55b468825d0e
parent7b65a9135e04aade4dd66b5f9dc33c74e5ac962a (diff)
downloadrneovim-b931a554d70ef07803da3eb3f98ce4b3a3570d11.tar.gz
rneovim-b931a554d70ef07803da3eb3f98ce4b3a3570d11.tar.bz2
rneovim-b931a554d70ef07803da3eb3f98ce4b3a3570d11.zip
GHA/osx: workaround for brew update error (#13584)
-rw-r--r--.github/workflows/release.yml1
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