Skip to content

Commit

Permalink
install full postgresql on MacOS for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
bgs99 committed Jul 14, 2024
1 parent 9409fb6 commit c97bb4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,10 @@ jobs:

- name: Install dependencies (macOS)
run: |
brew install fmt libpq cpp-gsl catch2 unixodbc sqliteodbc
brew install fmt postgresql@14 cpp-gsl catch2 unixodbc sqliteodbc
sudo cp data/macos-odbcinst.ini /opt/homebrew/etc/odbcinst.ini
sudo ln -s /opt/homebrew/etc/odbcinst.ini /etc/odbcinst.ini
sudo ln -s /opt/homebrew/etc/odbc.ini /etc/odbc.ini
odbcinst -j
odbcinst -d -q
if: matrix.os == 'macos-14'

- name: Install dependencies (Ubuntu)
Expand Down

0 comments on commit c97bb4b

Please sign in to comment.