Install pam-devel in code analysis env

This commit is contained in:
bolkedebruin 2022-08-31 09:03:19 +02:00 committed by GitHub
parent 232be245d9
commit a15f8f3705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,9 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps:
- name: Install pam-devel
run: sudo apt-get -y install libpam-dev
- name: Checkout repository
uses: actions/checkout@v3