We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5577826 commit 62f6dc5Copy full SHA for 62f6dc5
.github/workflows/codeql-analysis.yml
@@ -53,8 +53,8 @@ jobs:
53
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)
56
- - name: Autobuild
57
- uses: github/codeql-action/autobuild@v2
+ #- name: Autobuild
+ # uses: github/codeql-action/autobuild@v2
58
59
# ℹ️ Command-line programs to run using the OS shell.
60
# 📚 https://git.io/JvXDl
@@ -63,9 +63,10 @@ jobs:
63
# and modify them (or add more) to build your code if your project
64
# uses a compiled language
65
66
- #- run: |
67
- # make bootstrap
68
- # make release
+ - run: |
+ autoreconf
+ ./configure
69
+ make
70
71
- name: Perform CodeQL Analysis
72
uses: github/codeql-action/analyze@v2
0 commit comments