Skip to content

Commit 19eab41

Browse files
AhmedAmrNabilAhmedSobhy01
authored andcommitted
fix(build): add pipewire-dev dependency and configure ccache for Linux
1 parent 9a63d35 commit 19eab41

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@ jobs:
8686
cmake ninja-build \
8787
libgl1-mesa-dev \
8888
libx11-dev libxrandr-dev libxi-dev \
89-
libxinerama-dev libxcursor-dev
89+
libxinerama-dev libxcursor-dev pipewire-dev
90+
91+
- name: ccache
92+
if: runner.os == 'Linux'
93+
uses: hendrikmuhs/ccache-action@v1.2
9094

9195
- name: Cache build directory
9296
uses: actions/cache@v5

0 commit comments

Comments
 (0)