Skip to content

Commit f96d28a

Browse files
python-ldap needs libldap-dev for headers
1 parent 6f4317a commit f96d28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install apt dependencies
1616
run: |
1717
sudo apt update
18-
sudo apt install libldap-2.5-0
18+
sudo apt install libldap-2.5-0 libldap-dev
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-python@v2
2121
with:

0 commit comments

Comments
 (0)