ci: add record-daemon build-deps
Some checks failed
record-daemon / Build, check and test (push) Successful in 2m6s
record-daemon / Build Windows (xwin) (push) Failing after 1m27s

This commit is contained in:
2026-03-21 14:54:17 +01:00
parent 5121a46533
commit 9e6aa8c048

View File

@@ -36,7 +36,7 @@ jobs:
- name: Install system build dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libglib2.0-dev libobs-dev libc6-dev clang
sudo apt-get install -y pkg-config libglib2.0-dev libobs-dev libc6-dev clang libwayland-client0 libwayland-dev
- name: Build
run: cargo build