Skip to content

Commit

Permalink
chore: update the building script
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 24, 2023
1 parent 3b7182a commit 7df5bcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
release-for-windows:
runs-on: windows-2019
needs: update-release
if: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -60,7 +59,6 @@ jobs:
release-for-linux:
runs-on: ubuntu-20.04
needs: update-release
if: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -104,8 +102,7 @@ jobs:
# brew unlink unixodbc
# brew install libiodbc
# ERROR: no file at "/Applications/Postgres.app/Contents/Versions/14/lib/libpq.5.dylib"
# brew install tree
# tree /usr/local/Cellar/postgresql@14/14.10/lib/postgresql@14 -L 2
# ln -s /usr/local/Cellar/postgresql@14/14.10/lib/postgresql@14/libpq.5.14.dylib /Applications/Postgres.app/Contents/Versions/14/lib/libpq.5.dylib
run: |
brew unlink unixodbc
brew install libiodbc
Expand Down

0 comments on commit 7df5bcb

Please sign in to comment.