github: + jsoncpp dep (transitive dep of libwebsockets)

This commit is contained in:
Roland Conybeare 2023-10-17 21:16:52 -04:00
commit e0ed57b91a

View file

@ -25,6 +25,10 @@ jobs:
# install catch2. see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
run: sudo apt-get install -y catch2
- name: Install libjsoncpp (dep of libwebsockets)
# install jsoncpp
run: sudo apt-get install -y libjsoncpp-dev
- name: Install libwebsockets
# install libwebsockets.
run: sudo apt-get install -y libwebsockets-dev