Update codeql-analysis.yml
This commit is contained in:
parent
28a4d21bcc
commit
2bb1d9ee21
|
@ -37,9 +37,9 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# Install libldap2-dev, which is required for python-ldap
|
||||
# Install prerequisites for python-ldap. See: https://www.python-ldap.org/en/python-ldap-3.3.0/installing.html#build-prerequisites
|
||||
- name: Install libldap2-dev
|
||||
run: sudo apt-get install libldap2-dev
|
||||
run: sudo apt-get install libldap2-dev libsasl2-dev
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
Loading…
Reference in New Issue