We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109c10d commit 449a4cdCopy full SHA for 449a4cd
.github/workflows/build-macos.yml
@@ -17,12 +17,10 @@ jobs:
17
run: |
18
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
19
20
- - name: Install XCode Command Line Tools
21
- run: xcode-select --install
22
- name: Install UnixODBC and MSODBCSQL18
23
24
brew install unixodbc unixodbc-dev msodbcsql18
25
-
+
26
- run: pip install -r Tools/mssql-proxy/requirements.txt pyinstaller
27
- run: pyinstaller mssql-proxy.mac.spec
28
working-directory: Tools/mssql-proxy
0 commit comments