From 7b6a15f1d56c2fa819641161d2a82b80769d2f01 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 11 Oct 2020 10:30:40 -0300 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7e925e1..a11915e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -62,13 +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: apt-get install gettext libssl-dev libcurl4-openssl-dev + #- name: Install Dependencies + #- run: apt-get install gettext libssl-dev libcurl4-openssl-dev #- run: | # make bootstrap # make release - run: | + sudo apt-get install gettext libssl-dev libcurl4-openssl-dev ./autogen.sh make Release -- libgit2 0.21.2