Skip to content

Commit 0aaae56

Browse files
authored
Update build-macos.yml
1 parent d2ccb90 commit 0aaae56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
2424
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
2525
brew update
26-
HOMEBREW_ACCEPT_EULA=Y brew install msodbcsql18 mssql-tools18
26+
HOMEBREW_SANDBOX=1 HOMEBREW_ACCEPT_EULA=Y brew install msodbcsql18 mssql-tools18
2727
2828
- run: pip install -r Tools/mssql-proxy/requirements.txt pyinstaller
2929
- run: pyinstaller mssql-proxy.mac.spec
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
name: build-macos
3535
path: mssql-proxy-${{ github.ref_name }}-macos.tar.gz
36-
36+

0 commit comments

Comments
 (0)