ci: add record-daemon build-deps
Some checks failed
record-daemon / Build, check and test (push) Failing after 52s
record-daemon / Build Windows (xwin) (push) Has been skipped

This commit is contained in:
2026-03-21 14:21:37 +01:00
parent 5121a46533
commit 17c79e6bac

View File

@@ -36,7 +36,7 @@ jobs:
- name: Install system build dependencies - name: Install system build dependencies
run: | run: |
sudo apt-get update 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
- name: Build - name: Build
run: cargo build run: cargo build