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