Initialize CodeQL after running configure.

This commit is contained in:
Dirk Lemstra
2020-06-07 18:56:40 +02:00
parent ad86bdfef9
commit d22fbbbb57
+5 -5
View File
@@ -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