Update codeql-analysis.yml

This commit is contained in:
Egor Pugin 2022-02-07 03:52:53 +03:00 committed by GitHub
parent 801b31340b
commit acd6f6c93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,8 @@ jobs:
run: |
./autogen.sh
./configure
make all training -j
make all -j
make training -j
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1