1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

[release/9.0-staging] Remove --no-lock brew flag (#113281)

Backport of https://github.com/dotnet/runtime/pull/113280
This commit is contained in:
Alexander Köplinger 2025-03-08 09:08:02 +01:00 committed by GitHub
parent a0eb8bf1e2
commit f4fd947a03
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ case "$os" in
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
# brew update --preinstall
brew bundle --no-upgrade --no-lock --file "$(dirname "$0")/Brewfile"
brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
;;
*)