Skip to content

Commit 38f2498

Browse files
committed
Fix homebrew
1 parent 49f4238 commit 38f2498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/common/templates/steps/configure-sql-server-macos-step.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ parameters:
1515
steps:
1616
# Linux only steps
1717
- bash: |
18+
# The "user" pipeline variable conflicts with homebrew, causing errors during install. Set it back to the pipeline user.
19+
USER=`whoami`
20+
1821
brew install colima
1922
brew install --cask docker
2023
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release

0 commit comments

Comments
 (0)