Skip to content

Commit b0b6b8b

Browse files
pheiduckbrammool
authored andcommitted
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)
1 parent 4390d87 commit b0b6b8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ jobs:
299299

300300
- name: Install packages
301301
if: matrix.features == 'huge'
302-
env:
303-
HOMEBREW_NO_AUTO_UPDATE: 1
304302
run: |
305303
brew install lua
306304
echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1384,
698700
/**/
699701
1383,
700702
/**/

0 commit comments

Comments
 (0)