Skip to content

Commit

Permalink
Don't update brew dependencies on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Dec 13, 2023
1 parent f4d3cd5 commit c54c182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/ci/setup_gh_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ if type -p "apt-get"; then
fi
else
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install ccache

if [ "$TARGET" = "shared" ]; then
Expand Down

0 comments on commit c54c182

Please sign in to comment.