Skip to content

Commit 916ed2a

Browse files
AhmedAmrNabilAhmedSobhy01
authored andcommitted
fix(build): fix pipewire package name
1 parent 19eab41 commit 916ed2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
cmake ninja-build \
8787
libgl1-mesa-dev \
8888
libx11-dev libxrandr-dev libxi-dev \
89-
libxinerama-dev libxcursor-dev pipewire-dev
89+
libxinerama-dev libxcursor-dev \
90+
libpipewire-0.3-dev pkg-config
9091
9192
- name: ccache
9293
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)