Skip to content

Commit

Permalink
Merge pull request #9600 from emqx/1222-fix-brew-install-in-ci
Browse files Browse the repository at this point in the history
ci: make homebrew more conservative
  • Loading branch information
id committed Dec 22, 2022
2 parents 188f829 + d70135c commit 0baeb68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/package-macos/action.yaml
Expand Up @@ -28,6 +28,10 @@ runs:
steps:
- id: prepare
shell: bash
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_UPGRADE: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
brew update
brew install curl zip unzip coreutils openssl@1.1
Expand Down Expand Up @@ -61,6 +65,9 @@ runs:
make install
- name: build ${{ inputs.profile }}
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_UPGRADE: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
AUTO_INSTALL_BUILD_DEPS: 1
APPLE_SIGN_BINARIES: 1
APPLE_ID: developers@emqx.io
Expand Down

0 comments on commit 0baeb68

Please sign in to comment.