Skip to content

Commit

Permalink
fix test process
Browse files Browse the repository at this point in the history
Signed-off-by: David Anyatonwu <[email protected]>
  • Loading branch information
onyedikachi-david committed Sep 6, 2024
1 parent 1d179f9 commit 493417f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 493417f

Please sign in to comment.