Update codeql-analysis.yml
This commit is contained in:
parent
2bb1d9ee21
commit
3a757f8f94
|
@ -38,7 +38,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# Install prerequisites for python-ldap. See: https://www.python-ldap.org/en/python-ldap-3.3.0/installing.html#build-prerequisites
|
# 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
|
- name: Install python-ldap prerequisites
|
||||||
run: sudo apt-get install libldap2-dev libsasl2-dev
|
run: sudo apt-get install libldap2-dev libsasl2-dev
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
|
|
Loading…
Reference in New Issue