We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000038b commit 8967945Copy full SHA for 8967945
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
sudo apt-get update
32
- sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
+ sudo apt-get install libsasl2-dev libldap2-dev libssl-dev
33
- name: Setup Python
34
uses: actions/setup-python@v2
35
with:
0 commit comments