Skip to content
Snippets Groups Projects
Unverified Commit a15f8f37 authored by bolkedebruin's avatar bolkedebruin Committed by GitHub
Browse files

Install pam-devel in code analysis env

parent 232be245
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment