mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:41:41 +03:00
GHA/non-native: fix installing OpenLDAP on OpenBSD
Also: - drop failing manual install of perl. It's there by default now. - add link to OpenBSD package management FAQ page. Closes #15491
This commit is contained in:
parent
087f77d855
commit
380790b244
1 changed files with 2 additions and 1 deletions
3
.github/workflows/non-native.yml
vendored
3
.github/workflows/non-native.yml
vendored
|
|
@ -91,7 +91,8 @@ jobs:
|
|||
architecture: ${{ matrix.arch }}
|
||||
run: |
|
||||
# https://openbsd.app/
|
||||
sudo pkg_add cmake ninja perl brotli openldap-client libssh2 libidn2 libpsl nghttp2 python3 py3-impacket
|
||||
# https://www.openbsd.org/faq/faq15.html
|
||||
sudo pkg_add cmake ninja brotli openldap-client-- libssh2 libidn2 libpsl nghttp2 python3 py3-impacket
|
||||
cmake -B bld -G Ninja \
|
||||
-DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON \
|
||||
-DCURL_WERROR=ON \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue