aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2020-12-22 19:50:54 -0800
committerMatthieu Coudron <teto@users.noreply.github.com>2020-12-29 23:08:06 +0100
commitf142b019d61551170c37e6f852ca56bad6e05f63 (patch)
tree2ff82e84de73b063479ed4005863f884c19640cf /.github
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-f142b019d61551170c37e6f852ca56bad6e05f63.tar
nvim-lspconfig-f142b019d61551170c37e6f852ca56bad6e05f63.tar.gz
nvim-lspconfig-f142b019d61551170c37e6f852ca56bad6e05f63.tar.bz2
nvim-lspconfig-f142b019d61551170c37e6f852ca56bad6e05f63.tar.lz
nvim-lspconfig-f142b019d61551170c37e6f852ca56bad6e05f63.tar.xz
nvim-lspconfig-f142b019d61551170c37e6f852ca56bad6e05f63.tar.zst
nvim-lspconfig-f142b019d61551170c37e6f852ca56bad6e05f63.zip
Fix macos CI
see: https://github.com/neovim/neovim/pull/13584
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1564cb22..37941809 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,6 +45,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup build dependencies
run: |
+ rm -f /usr/local/bin/2to3
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" &&
brew install ninja libtool automake pkg-config gettext
- name: Run test with building Nvim