Commit 46e0332ddf0298779e1d40c957cae7a64223e189
Committed by
GitHub
1 parent
ea840522
Exists in
master
and in
2 other branches
Update codeql-analysis.yml
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
.github/workflows/codeql-analysis.yml
| ... | ... | @@ -62,14 +62,13 @@ jobs: |
| 62 | 62 | # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines |
| 63 | 63 | # and modify them (or add more) to build your code if your project |
| 64 | 64 | # uses a compiled language |
| 65 | - #- name: Install Dependencies | |
| 66 | - #- run: | |
| 65 | + - name: Install Dependencies | |
| 66 | + - run: apt-get install gettext libssl-dev libcurl4-openssl-dev | |
| 67 | 67 | |
| 68 | 68 | #- run: | |
| 69 | 69 | # make bootstrap |
| 70 | 70 | # make release |
| 71 | - - run: | | |
| 72 | - apt-get install gettext libssl-dev libcurl4-openssl-dev | |
| 71 | + - run: | | |
| 73 | 72 | ./autogen.sh |
| 74 | 73 | make Release |
| 75 | 74 | ... | ... |