From 11b57f3ed18bf14088723880d449275111934987 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 16 Jan 2023 23:56:31 +0000 Subject: [PATCH] ci(build): remove brew env vars potentially causing issues --- .github/workflows/_build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index e5a35f4..b9ec00e 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -151,9 +151,6 @@ jobs: - name: Install dependencies run: make bootstrap-ci working-directory: builder - env: - HOMEBREW_NO_AUTO_UPDATE: "1" - HOMEBREW_NO_INSTALL_CLEANUP: "1" - name: Download build-plan artifact uses: actions/download-artifact@v3 with: