Adjust CodeQL tasks

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 10:50:13 +02:00
parent 96c61ee26f
commit a768dc68d8

View File

@ -55,9 +55,8 @@ jobs:
# uses a compiled language
- run: |
autoreconf -i -f
./configure
make
cmake -B build -D ELFIO_BUILD_EXAMPLES=ON
cmake --build build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1