ci(build): remove brew env vars potentially causing issues

This commit is contained in:
2023-01-16 23:56:31 +00:00
parent 01805db074
commit 11b57f3ed1

View File

@@ -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: