We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f82225 commit b354704Copy full SHA for b354704
.github/workflows/macos.yml
@@ -33,6 +33,7 @@ jobs:
33
gnu-sed \
34
jpeg \
35
ldns \
36
+ libpq@16 \
37
libsndfile \
38
libtiff \
39
libtool \
@@ -53,7 +54,9 @@ jobs:
53
54
signalwire/homebrew-signalwire/signalwire-c2 \
55
signalwire/homebrew-signalwire/spandsp \
56
&& \
- brew link ffmpeg@5
57
+ brew link --force \
58
+ ffmpeg@5 \
59
+ libpq@16
60
61
- name: Set up build environment
62
run: |
@@ -62,11 +65,11 @@ jobs:
65
- name: Bootstrap FreeSWITCH
63
66
run: ./bootstrap.sh -j
64
67
- - name: Disable modules
- run: |
- gsed -i \
68
- -e '/mod_pgsql/s/^/#/g' \
69
- modules.conf
+ # - name: Disable modules
+ # run: |
70
+ # gsed -i \
71
+ # -e '/mod_pgsql/s/^/#/g' \
72
+ # modules.conf
73
74
- name: Configure build
75
0 commit comments