Commit ea840522d9675e0c3af0d455dc7ccd564b9ff6a1
Committed by
GitHub
1 parent
71c2fd18
Exists in
master
and in
2 other branches
Update codeql-analysis.yml
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
.github/workflows/codeql-analysis.yml
| ... | ... | @@ -53,8 +53,8 @@ jobs: |
| 53 | 53 | |
| 54 | 54 | # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). |
| 55 | 55 | # If this step fails, then you should remove it and run the build manually (see below) |
| 56 | - - name: Autobuild | |
| 57 | - uses: github/codeql-action/autobuild@v1 | |
| 56 | + #- name: Autobuild | |
| 57 | + # uses: github/codeql-action/autobuild@v1 | |
| 58 | 58 | |
| 59 | 59 | # ℹ️ Command-line programs to run using the OS shell. |
| 60 | 60 | # 📚 https://git.io/JvXDl |
| ... | ... | @@ -62,11 +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 | - | |
| 65 | + #- name: Install Dependencies | |
| 66 | + #- run: | |
| 67 | + | |
| 66 | 68 | #- run: | |
| 67 | 69 | # make bootstrap |
| 68 | 70 | # make release |
| 69 | 71 | - run: | |
| 72 | + apt-get install gettext libssl-dev libcurl4-openssl-dev | |
| 70 | 73 | ./autogen.sh |
| 71 | 74 | make Release |
| 72 | 75 | ... | ... |