Fixing codesql-analysis.yml

pull/770/head
Mike Black W9MDB 2021-08-16 09:03:08 -05:00
rodzic d9b50ddf77
commit 45ff011ec0
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -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