Skip to content

Commit

Permalink
modified mac build (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Nov 19, 2024
1 parent d38b055 commit 81a4135
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ jobs:
with:
python-version: 3.11.4

- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"  
- name: Install UnixODBC and MSODBCSQL18
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
HOMEBREW_SANDBOX=1 HOMEBREW_ACCEPT_EULA=Y brew install unixodbc msodbcsql18 tree
tree /opt/homebrew/Cellar/msodbcsql18/
cat /opt/homebrew/Cellar/msodbcsql18/18.4.1.1/odbcinst.ini
- run: pip install -r Tools/mssql-proxy/requirements.txt pyinstaller
- run: pyinstaller mssql-proxy.mac.spec
working-directory: Tools/mssql-proxy
Expand Down

0 comments on commit 81a4135

Please sign in to comment.