summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-03-05 20:56:34 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-05 20:56:34 +0000
commitb0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 (patch)
treefc2d7abc33313c7438a39e753cc1f22a1fc4737f
parent4390d872b6c9498527a43fc7c30a5384f2e1db12 (diff)
patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4v9.0.1384
Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8c4875f08..a4b02404d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -299,8 +299,6 @@ jobs:
- name: Install packages
if: matrix.features == 'huge'
- env:
- HOMEBREW_NO_AUTO_UPDATE: 1
run: |
brew install lua
echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV
diff --git a/src/version.c b/src/version.c
index 4482a6e911..0090eed847 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1384,
+/**/
1383,
/**/
1382,