github: + jsoncpp dep (transitive dep of libwebsockets)
This commit is contained in:
parent
0c438ebcf5
commit
e0ed57b91a
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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue