diff --git a/.gitea/workflows/Build.yml b/.gitea/workflows/Build.yml index a9595d1..be38594 100644 --- a/.gitea/workflows/Build.yml +++ b/.gitea/workflows/Build.yml @@ -22,6 +22,9 @@ jobs: with: node-version: 24 + - name: Installing system dependencies + run: apt update && apt install wayland-protocols + - name: Building run: zig build soft