Skip to content

Commit 934d136

Browse files
committed
install libwebsockets
1 parent 4eb425f commit 934d136

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
python-version: '3.x'
1515

1616
- name: Install dependencies
17-
run: python -m pip install meson ninja
17+
run: |
18+
python -m pip install meson ninja
19+
sudo apt update
20+
sudo apt install libwebsockets
1821
1922
- name: Configure project
2023
run: meson setup builddir --buildtype=release

0 commit comments

Comments
 (0)