From ea840522d9675e0c3af0d455dc7ccd564b9ff6a1 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 11 Oct 2020 10:12:54 -0300 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 928c631..0d3755f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,8 +53,8 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v1 + #- name: Autobuild + # uses: github/codeql-action/autobuild@v1 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -62,11 +62,14 @@ jobs: # âœī¸ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language - + #- name: Install Dependencies + #- run: + #- run: | # make bootstrap # make release - run: | + apt-get install gettext libssl-dev libcurl4-openssl-dev ./autogen.sh make Release -- libgit2 0.21.2