Commit 74358cb499b9e46877a39ac3aaaf0cd2268dc61a

Authored by Perry Werneck
Committed by GitHub
1 parent d6ca5fbf
Exists in master and in 1 other branch develop

Update codeql-analysis.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
... ... @@ -86,7 +86,7 @@ jobs:
86 86 - name: build
87 87 run: |
88 88 ./autogen.sh
89   - make Release
  89 + make all
90 90  
91 91 - name: Perform CodeQL Analysis
92 92 uses: github/codeql-action/analyze@v1
... ...