aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-01-10 23:27:44 -0500
committerJames McCoy <jamessan@jamessan.com>2021-01-10 23:40:30 -0500
commit0f03b3f3aa55db827eecccb70b9d216c2fcb2524 (patch)
tree10147176676164ee95bcf6c7dc8b6ff2c368369e
parent0af5a56e47b543c8497eaa71ca8ff6900059d062 (diff)
downloadrneovim-0f03b3f3aa55db827eecccb70b9d216c2fcb2524.tar.gz
rneovim-0f03b3f3aa55db827eecccb70b9d216c2fcb2524.tar.bz2
rneovim-0f03b3f3aa55db827eecccb70b9d216c2fcb2524.zip
ci(gha): brew upgrade before installing
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3653f04d5d..be4e973b22 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,8 +58,8 @@ jobs:
run: |
rm -f /usr/local/bin/2to3
brew update >/dev/null
- brew install automake ccache cpanminus ninja
brew upgrade
+ brew install automake ccache cpanminus ninja
- name: Setup interpreter packages
run: |
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index abcdd00721..577961ede3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -77,6 +77,7 @@ jobs:
run: |
rm -f /usr/local/bin/2to3
brew update >/dev/null
+ brew upgrade
brew install automake ninja
- name: Build release
run: |