Commit 7b6a15f1d56c2fa819641161d2a82b80769d2f01
Committed by
GitHub
1 parent
46e0332d
Exists in
master
and in
2 other branches
Update codeql-analysis.yml
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
.github/workflows/codeql-analysis.yml
... | ... | @@ -62,13 +62,14 @@ 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: apt-get install gettext libssl-dev libcurl4-openssl-dev | |
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 | 71 | - run: | |
72 | + sudo apt-get install gettext libssl-dev libcurl4-openssl-dev | |
72 | 73 | ./autogen.sh |
73 | 74 | make Release |
74 | 75 | ... | ... |