Skip to content

Commit 449a4cd

Browse files
committed
removed xcode cmd
1 parent 109c10d commit 449a4cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717
run: |
1818
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"  
1919
20-
- name: Install XCode Command Line Tools
21-
run: xcode-select --install
2220
- name: Install UnixODBC and MSODBCSQL18
2321
run: |
2422
brew install unixodbc unixodbc-dev msodbcsql18
25-
23+
2624
- run: pip install -r Tools/mssql-proxy/requirements.txt pyinstaller
2725
- run: pyinstaller mssql-proxy.mac.spec
2826
working-directory: Tools/mssql-proxy

0 commit comments

Comments
 (0)