Skip to content

Commit

Permalink
fix(workflow): Set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
  • Loading branch information
miguelaeh committed Nov 16, 2023
1 parent 406173a commit 4d140a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeless-build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
- name: Install dependencies with Homebrew
if: matrix.os == 'macos-latest'
run: |
# Avoid to upgrade dependents like azure-cli, because we don't need them
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install gstreamer
brew install coreutils # For sha256sum
Expand Down

0 comments on commit 4d140a6

Please sign in to comment.