diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 697c2e1c65e..7fc3b1f44a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,6 +39,7 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies run: | + sudo apt update sudo apt install libmagick++-dev libncurses-dev libpcre2-dev libbrotli-dev libluajit-5.1-dev luajit libjansson-dev libcjose-dev libmaxminddb-dev libgeoip-dev # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL