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:
parent
a0eb8bf1e2
commit
f4fd947a03
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue