From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:56:34 +0000 (+0000) Subject: patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 X-Git-Tag: v9.0.1384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541;p=vim patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8c4875f0..a4b02404d 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 4482a6e91..0090eed84 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1384, /**/ 1383, /**/