Commit ea840522d9675e0c3af0d455dc7ccd564b9ff6a1

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

Update codeql-analysis.yml

Showing 1 changed file with 6 additions and 3 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
@@ -53,8 +53,8 @@ jobs: @@ -53,8 +53,8 @@ jobs:
53 53
54 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 54 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55 # If this step fails, then you should remove it and run the build manually (see below) 55 # If this step fails, then you should remove it and run the build manually (see below)
56 - - name: Autobuild  
57 - uses: github/codeql-action/autobuild@v1 56 + #- name: Autobuild
  57 + # uses: github/codeql-action/autobuild@v1
58 58
59 # ℹ️ Command-line programs to run using the OS shell. 59 # ℹ️ Command-line programs to run using the OS shell.
60 # 📚 https://git.io/JvXDl 60 # 📚 https://git.io/JvXDl
@@ -62,11 +62,14 @@ jobs: @@ -62,11 +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 - 65 + #- name: Install Dependencies
  66 + #- run:
  67 +
66 #- run: | 68 #- run: |
67 # make bootstrap 69 # make bootstrap
68 # make release 70 # make release
69 - run: | 71 - run: |
  72 + apt-get install gettext libssl-dev libcurl4-openssl-dev
70 ./autogen.sh 73 ./autogen.sh
71 make Release 74 make Release
72 75