Commit 7b6a15f1d56c2fa819641161d2a82b80769d2f01

Authored by Perry Werneck
Committed by GitHub
1 parent 46e0332d
Exists in master and in 2 other branches develop, macos

Update codeql-analysis.yml

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
@@ -62,13 +62,14 @@ jobs: @@ -62,13 +62,14 @@ jobs:
62 # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines 62 # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
63 # and modify them (or add more) to build your code if your project 63 # and modify them (or add more) to build your code if your project
64 # uses a compiled language 64 # uses a compiled language
65 - - name: Install Dependencies  
66 - - run: apt-get install gettext libssl-dev libcurl4-openssl-dev 65 + #- name: Install Dependencies
  66 + #- run: apt-get install gettext libssl-dev libcurl4-openssl-dev
67 67
68 #- run: | 68 #- run: |
69 # make bootstrap 69 # make bootstrap
70 # make release 70 # make release
71 - run: | 71 - run: |
  72 + sudo apt-get install gettext libssl-dev libcurl4-openssl-dev
72 ./autogen.sh 73 ./autogen.sh
73 make Release 74 make Release
74 75