Install libjansson-dev in order to build latest ircd-hybrid

This commit is contained in:
2025-02-18 19:07:10 +01:00
committed by Val Lorentz
parent cd9f801b92
commit 7f2a631a1a
4 changed files with 52 additions and 52 deletions

View File

@ -206,7 +206,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
*install_steps,
{
"name": "Install system dependencies",
"run": "sudo apt-get install atheme-services faketime",
"run": "sudo apt-get install atheme-services faketime libjansson-dev",
},
{
"name": "Install irctest dependencies",