github: + apt-get install libwebsockets-dev
This commit is contained in:
parent
61787846cc
commit
166cff5088
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue