From e66dc30b50647a533ec6467a2c93dac546fc5243 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Mon, 27 Feb 2023 22:25:08 -0800 Subject: [PATCH] Remove Homebrew no-auto-update env var from CI With the release of Homebrew 4, auto-update is supposed to be more efficient now. By removing the HOMEBREW_NO_AUTO_UPDATE env var from CI, this will make sure that all the packages that we link to in CI will be up to date instead of whatever just happens to be installed on the CI environment which can sometimes fluctuate. --- .github/actions/universal-package/action.yml | 2 -- .github/workflows/ci-macvim.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/actions/universal-package/action.yml b/.github/actions/universal-package/action.yml index 269dc9ff0b..7aa0620575 100644 --- a/.github/actions/universal-package/action.yml +++ b/.github/actions/universal-package/action.yml @@ -34,8 +34,6 @@ runs: - name: Install formula shell: bash - env: - HOMEBREW_NO_AUTO_UPDATE: '1' run: | echo '::group::Install formula' formula=${{ inputs.formula }} diff --git a/.github/workflows/ci-macvim.yaml b/.github/workflows/ci-macvim.yaml index 0b012ee72e..bea40c84d1 100644 --- a/.github/workflows/ci-macvim.yaml +++ b/.github/workflows/ci-macvim.yaml @@ -115,8 +115,6 @@ jobs: - name: Install packages if: matrix.publish - env: - HOMEBREW_NO_AUTO_UPDATE: 1 run: | brew install python3 brew install ruby