ci: install libnghttp2

This commit is contained in:
Olof hagsand 2021-06-18 22:59:04 +02:00
parent 9edf380f6a
commit 528b649012
2 changed files with 2 additions and 1 deletions

View file

@ -92,6 +92,7 @@ Developers may need to change their code
### Minor features
* Changed default CI to be restconf=native instead of fcgi
* Moved CI from travis to github actions
* Added autotool check for getresuid (+ related functions) necessary for lowering of priviliges for backend and restconf
* If getresuid is not available, CLICON_RESTCONF_PRIVILEGES must be set to 'none'