diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8c456cb9c..242a4472f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,8 +53,8 @@ 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@v1 + #- name: Autobuild + # uses: github/codeql-action/autobuild@v1 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -64,9 +64,10 @@ jobs: # uses a compiled language - run: | - sudo apt install libusb-1.0-0-dev - # make bootstrap - # make release + sudo apt install libusb-1.0-0-dev + ./bootstrap + ./configure + make - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1