github: + libwebsockets-dev dependency
This commit is contained in:
parent
5e85114b2e
commit
4594ae5c04
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main-stock-ubuntu.yml
vendored
3
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -33,6 +33,9 @@ jobs:
|
|||
echo "::group::pybind11-dev install"
|
||||
sudo apt install -y pybind11-dev
|
||||
echo "::endgroup"
|
||||
echo "::group::libwebsockets-dev install"
|
||||
sudo apt install -y libwebsockets-dev
|
||||
echo "::endgroup"
|
||||
echo "::group::llvm18 install"
|
||||
sudo apt install -y llvm-18-dev
|
||||
echo "::endgroup"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue