diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-12-31 17:45:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-31 11:45:07 -0500 |
| commit | 4b21740aae18ecec2d527b79d1072b3b01bb5a2a (patch) | |
| tree | c09c45df0aed091523738845c4083cc2978fccf7 /.github/workflows | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-4b21740aae18ecec2d527b79d1072b3b01bb5a2a.tar nvim-lspconfig-4b21740aae18ecec2d527b79d1072b3b01bb5a2a.tar.gz nvim-lspconfig-4b21740aae18ecec2d527b79d1072b3b01bb5a2a.tar.bz2 nvim-lspconfig-4b21740aae18ecec2d527b79d1072b3b01bb5a2a.tar.lz nvim-lspconfig-4b21740aae18ecec2d527b79d1072b3b01bb5a2a.tar.xz nvim-lspconfig-4b21740aae18ecec2d527b79d1072b3b01bb5a2a.tar.zst nvim-lspconfig-4b21740aae18ecec2d527b79d1072b3b01bb5a2a.zip | |
ci: remove outdated brew workaround (#1625)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01e3e3d1..d3a21491 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,6 @@ 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 |
