From 493417f93e35421c76720316caf47be35b80bd86 Mon Sep 17 00:00:00 2001 From: David Anyatonwu Date: Fri, 6 Sep 2024 09:24:40 +0100 Subject: [PATCH] fix test process Signed-off-by: David Anyatonwu --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b81b0c1d3..118020b30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,12 @@ jobs: name: screenpipe-${{ matrix.os }} path: . + - name: Install dependencies (Ubuntu) + if: matrix.os == 'ubuntu-latest' + run: | + sudo apt-get update + sudo apt-get install -y xvfb openbox pulseaudio pavucontrol xdotool x11-xserver-utils + - name: Set up virtual display and audio (Ubuntu) if: matrix.os == 'ubuntu-latest' run: |