Skip to content

Commit

Permalink
GitHub CI: Build on macOS with openldap libraries
Browse files Browse the repository at this point in the history
Instead of the Apple LDAP Framework, link with openldap.
  • Loading branch information
rdmark authored Nov 27, 2024
1 parent e839b63 commit b99524a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql talloc
brew install berkeley-db cmark-gfm dbus docbook-xsl libxslt meson mysql openldap talloc
- name: Configure
run: |
meson setup build \
-Dbuildtype=release \
-Dwith-ldap-path=/opt/homebrew/opt/openldap \
-Dwith-tests=true
- name: Build
run: meson compile -C build
Expand Down

0 comments on commit b99524a

Please sign in to comment.