missing dependency

This commit is contained in:
folkert van heusden 2024-04-28 19:21:31 +02:00
parent 324bf68dba
commit 0a4a5cd9d7
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

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