missing dependency
This commit is contained in:
parent
324bf68dba
commit
0a4a5cd9d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
if: ${{ matrix.language == 'cpp' }}
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes libncurses-dev
|
||||
sudo apt-get install --yes libncurses-dev libjansson-dev
|
||||
|
||||
- name: Configure (cpp)
|
||||
if: ${{ matrix.language == 'cpp' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue