Skip to content

Commit

Permalink
ci: libltdl-dev was of course also missing in the CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel authored and msmeissn committed Oct 10, 2024
1 parent 78c5f1b commit e6af170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}

# install all necessary things
- run: sudo apt-get update && sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev
- run: sudo apt-get update && sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev libltdl-dev

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit e6af170

Please sign in to comment.