Skip to content

Commit

Permalink
codeql: add libtltdl-dev
Browse files Browse the repository at this point in the history
codeql cpp failed because the macro LT_LIB_DLLOAD was not found.

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Dec 14, 2024
1 parent 95043f8 commit fad3def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ matrix.language == 'cpp' }}
run: |
sudo apt-get update
sudo apt-get install --yes autoconf-archive libcurl4-openssl-dev libjson-c-dev libssl-dev acl git uuid-dev
sudo apt-get install --yes autoconf-archive libcurl4-openssl-dev libjson-c-dev libssl-dev acl git uuid-dev libltdl-dev
- name: After Prepare (cpp)
if: ${{ matrix.language == 'cpp' }}
Expand Down

0 comments on commit fad3def

Please sign in to comment.