Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed May 11, 2024
1 parent dbae725 commit 8305c1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
run: |
brew update
brew install tcl-tk autoconf libpq
ls -l /opt/homebrew/opt/libpq/
ls -l /opt/homebrew/opt/tcl-tk/
- name: configure
run: |
autoreconf -vi
export PG_CONFIG=/opt/homebrew/Cellar/libpq/16.3/bin/pg_config
./configure --with-tcl=/opt/homebrew/Cellar/tcl-tk/8.6.14/lib/ --prefix=/usr/local
export PG_CONFIG=/opt/homebrew/opt/libpq/bin/pg_config
./configure --with-tcl=/opt/homebrew/opt/tcl-tk/lib/ --prefix=/usr/local
- name: make
run: make
- name: install
Expand Down

0 comments on commit 8305c1d

Please sign in to comment.