Skip to content

Commit 8967945

Browse files
committed
fix up apt deps
1 parent 000038b commit 8967945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
32+
sudo apt-get install libsasl2-dev libldap2-dev libssl-dev
3333
- name: Setup Python
3434
uses: actions/setup-python@v2
3535
with:

0 commit comments

Comments
 (0)