From b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:56:34 +0000 Subject: 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) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.1