Commit 03104fba8c2ff5cb2bb2f3b522a062627f2c0016

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

Update codeql.yml

Fixing codeql workflow
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/codeql.yml
@@ -28,7 +28,7 @@ jobs: @@ -28,7 +28,7 @@ jobs:
28 - name: Install Packages 28 - name: Install Packages
29 run: | 29 run: |
30 sudo apt-get update 30 sudo apt-get update
31 - sudo apt-get install --yes gettext libssl-dev libcurl4-openssl-dev 31 + sudo apt-get install --yes git make autopoint gettext libssl-dev libcurl4-openssl-dev
32 - name: Initialize CodeQL 32 - name: Initialize CodeQL
33 uses: github/codeql-action/init@v2 33 uses: github/codeql-action/init@v2
34 with: 34 with: