Skip to content

Commit

Permalink
Remove macos extra dependencies for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1over137 committed Mar 11, 2024
1 parent bcc1c64 commit 79a9f0d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
run: |
sudo apt install -y liblzo2-dev zlib1g-dev
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Install Mac dependencies
run: |
brew install lzo
brew install libiodbc libpq
brew install postgres-unofficial
mkdir -p /Applications/Postgres.app/Contents/Versions/9.6/lib/
ln -s /Applications/Postgres.app/Contents/Versions/12/lib/libpq.5.12.dylib /Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib
mkdir -p /usr/local/opt/postgresql@15/lib/
ln -s /Applications/Postgres.app/Contents/Versions/12/lib/libpq.5.12.dylib /usr/local/opt/postgresql@15/lib/libpq.5.dylib
if: ${{ matrix.os == 'macos-latest' }}
- name: Install dependencies
run: |
pip install wheel
Expand Down

0 comments on commit 79a9f0d

Please sign in to comment.