From e6af17012156c95b44bcd5e07123ec1d57b263bb Mon Sep 17 00:00:00 2001 From: axxel Date: Thu, 10 Oct 2024 13:25:40 +0200 Subject: [PATCH] ci: libltdl-dev was of course also missing in the CodeQL workflow --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b784f9eed3..d1a6c56805 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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