Skip to content

Commit

Permalink
* codeql-analysis.yml: don't use "autobuild@v2".
Browse files Browse the repository at this point in the history
  • Loading branch information
htrb committed Aug 17, 2024
1 parent bcc5cfc commit c752959
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: autoreconf
run: autoreconf --install --force
- name: configure
run: ./configure
- name: make
run: make

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand Down

0 comments on commit c752959

Please sign in to comment.