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