github: + apt-get install libwebsockets-dev

This commit is contained in:
Roland Conybeare 2023-10-17 17:03:38 -04:00
commit 166cff5088

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 libwebsockets
# install libwebsockets.
run: sudo apt-get install -y libwebsockets-dev
# ----------------------------------------------------------------
- name: Clone xo-cmake