changeset 32106:f6bfcc31dcbc v9.0.1384

patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Commit: https://github.com/vim/vim/commit/b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Mar 5 20:56:34 2023 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Mar 2023 22:00:02 +0100
parents 2065b5d6a4eb
children e34ae0c7da99
files .github/workflows/ci.yml src/version.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,