Skip to content

Commit b354704

Browse files
committed
libpq test
1 parent 0f82225 commit b354704

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/macos.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
gnu-sed \
3434
jpeg \
3535
ldns \
36+
libpq@16 \
3637
libsndfile \
3738
libtiff \
3839
libtool \
@@ -53,7 +54,9 @@ jobs:
5354
signalwire/homebrew-signalwire/signalwire-c2 \
5455
signalwire/homebrew-signalwire/spandsp \
5556
&& \
56-
brew link ffmpeg@5
57+
brew link --force \
58+
ffmpeg@5 \
59+
libpq@16
5760
5861
- name: Set up build environment
5962
run: |
@@ -62,11 +65,11 @@ jobs:
6265
- name: Bootstrap FreeSWITCH
6366
run: ./bootstrap.sh -j
6467

65-
- name: Disable modules
66-
run: |
67-
gsed -i \
68-
-e '/mod_pgsql/s/^/#/g' \
69-
modules.conf
68+
# - name: Disable modules
69+
# run: |
70+
# gsed -i \
71+
# -e '/mod_pgsql/s/^/#/g' \
72+
# modules.conf
7073

7174
- name: Configure build
7275
run: |

0 commit comments

Comments
 (0)