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