aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-19 14:18:26 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-19 14:18:26 -0500
commitfb0ecf9e70872bc43399f961f0235fbf67d19966 (patch)
tree177091f8dbd435d255179139a024b511f752dabd
parent5491a728fea0ab1bcc6d4f3ac2e2003e46008ae3 (diff)
downloadrneovim-fb0ecf9e70872bc43399f961f0235fbf67d19966.tar.gz
rneovim-fb0ecf9e70872bc43399f961f0235fbf67d19966.tar.bz2
rneovim-fb0ecf9e70872bc43399f961f0235fbf67d19966.zip
GHA/osx: remove python 2to3
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dcc3c2c45f..fcd6114d65 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,6 +55,7 @@ jobs:
- name: Install brew packages
if: matrix.os == 'osx'
run: |
+ rm -f /usr/local/bin/2to3
brew update >/dev/null
brew install automake ccache cpanminus ninja
brew upgrade