kopia lustrzana https://github.com/Hamlib/Hamlib
Fixing codesql-analysis.yml
rodzic
d9b50ddf77
commit
45ff011ec0
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue