Skip to content

Commit b99524a

Browse files
authored
GitHub CI: Build on macOS with openldap libraries
Instead of the Apple LDAP Framework, link with openldap.
1 parent e839b63 commit b99524a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,12 @@ jobs:
424424
- uses: actions/checkout@v4
425425
- name: Install dependencies
426426
run: |
427-
brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql talloc
427+
brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql openldap talloc
428428
- name: Configure
429429
run: |
430430
meson setup build \
431431
-Dbuildtype=release \
432+
-Dwith-ldap-path=/opt/homebrew/opt/openldap \
432433
-Dwith-tests=true
433434
- name: Build
434435
run: meson compile -C build

0 commit comments

Comments
 (0)