diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-19 15:18:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-19 15:18:33 -0500 |
| commit | 7e4c912565f1dc00a873cff14ca435af9796cd4c (patch) | |
| tree | ea1a4d1e0e4e62b361cdaaf19f6e45512b89e781 /.github | |
| parent | f12bbf62cc2d39d99e700029dfa61b39ea8e8746 (diff) | |
| parent | fb0ecf9e70872bc43399f961f0235fbf67d19966 (diff) | |
| download | rneovim-7e4c912565f1dc00a873cff14ca435af9796cd4c.tar.gz rneovim-7e4c912565f1dc00a873cff14ca435af9796cd4c.tar.bz2 rneovim-7e4c912565f1dc00a873cff14ca435af9796cd4c.zip | |
Merge pull request #13559 from janlazo/vim-8.2.0162
vim-patch:8.1.1657,8.2.{162,262,264,272}
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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 |