Commit 46e0332ddf0298779e1d40c957cae7a64223e189

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

Update codeql-analysis.yml

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
@@ -62,14 +62,13 @@ jobs: @@ -62,14 +62,13 @@ 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: 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: |  
72 - apt-get install gettext libssl-dev libcurl4-openssl-dev 71 + - run: |
73 ./autogen.sh 72 ./autogen.sh
74 make Release 73 make Release
75 74