Skip to content

Commit

Permalink
feat: autodetect homebrew library path during build
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 2, 2025
1 parent 1f3c7c9 commit b13b07c
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 116 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
uses: actions/checkout@v4

- name: Install unixODBC
run: |
brew install unixodbc
sudo ln -s /opt/homebrew/lib ~/lib
run: brew install unixodbc

- name: Install latests rust toolchain
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit b13b07c

Please sign in to comment.