We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4317a commit f96d28aCopy full SHA for f96d28a
.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install apt dependencies
16
run: |
17
sudo apt update
18
- sudo apt install libldap-2.5-0
+ sudo apt install libldap-2.5-0 libldap-dev
19
- uses: actions/checkout@v2
20
- uses: actions/setup-python@v2
21
with:
0 commit comments