From d22fbbbb57c32dab2a4156b797263286c84a184f Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 7 Jun 2020 18:56:40 +0200 Subject: [PATCH] Initialize CodeQL after running configure. --- .github/workflows/codeql-analysis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3d23b4de9a..d494d9fc02 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,16 +20,16 @@ jobs: with: fetch-depth: 2 - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: cpp - - name: Configure ImageMagick run: | export CFLAGS="-Wno-deprecated-declarations" ./configure --with-quantum-depth=${{matrix.quantum}} --enable-hdri=${{matrix.hdri}} --${{matrix.modules}} + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: cpp + - name: Build ImageMagick run: | make