mirror of https://github.com/lwvmobile/dsd-fme.git
Update codeql-analysis.yml
add libncurses5 and libncurses5-dev
This commit is contained in:
parent
a50f3b714f
commit
31157b72ab
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-add-repository ppa:szechyjs/dsd
|
||||
sudo apt-get install -y libmbe-dev libsndfile1-dev libitpp-dev portaudio19-dev
|
||||
sudo apt-get install -y libmbe-dev libsndfile1-dev libitpp-dev portaudio19-dev libncurses5 libncurses5-dev
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
|
|||
Loading…
Reference in New Issue