diff options
author | James McCoy <jamessan@jamessan.com> | 2021-06-04 12:28:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 12:28:37 -0400 |
commit | ca802046bf0667b211f72330619a18fec3fea5f0 (patch) | |
tree | 586bfe3954e50c36def2cf2d328f4c7f364b2541 | |
parent | 7d4f890aa92a1d961c5a048486adf9195427e940 (diff) | |
parent | 04985f69ebd7bfb3fc4ebf369593672b1f0cbe4c (diff) | |
download | rneovim-ca802046bf0667b211f72330619a18fec3fea5f0.tar.gz rneovim-ca802046bf0667b211f72330619a18fec3fea5f0.tar.bz2 rneovim-ca802046bf0667b211f72330619a18fec3fea5f0.zip |
Merge pull request #14721 from jamessan/mac-ci
fix(ci): Remove gcc@8/gcc@9 homebrew workaround
-rw-r--r-- | .github/workflows/ci.yml | 1 | ||||
-rw-r--r-- | .github/workflows/release.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86be9adabb..72a6be304c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,6 @@ jobs: run: | # Workaround brew issues rm -f /usr/local/bin/2to3 - brew unlink gcc@8 gcc@9 brew update >/dev/null brew upgrade brew install automake ccache perl cpanminus ninja diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a94b3d0a87..8c2333e68d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,6 @@ jobs: - name: Install brew packages run: | rm -f /usr/local/bin/2to3 - brew unlink gcc@8 gcc@9 brew update >/dev/null brew upgrade brew install automake ninja |