]> granicus.if.org Git - vim/commitdiff
patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 v9.0.1384
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 5 Mar 2023 20:56:34 +0000 (20:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2023 20:56:34 +0000 (20:56 +0000)
Problem:    Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version
            4.
Solution:   Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)

.github/workflows/ci.yml
src/version.c

index c8c4875f08ccb9d623ae20fdf85c23f9b4ec54d0..a4b02404d9d7cbf894c2e772648a7c6995006314 100644 (file)
@@ -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
index 4482a6e911264013c83777af9001e4adbe4c5ba4..0090eed8472caee5a48bdd3336864af62de9131b 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1384,
 /**/
     1383,
 /**/