From 62e7580d3aa291a24ee4e76edf9e0956237c445c Mon Sep 17 00:00:00 2001 From: Karutoh Date: Tue, 1 Oct 2024 21:00:00 -0700 Subject: [PATCH] Added install dependency for pipewire. --- .gitea/workflows/BuildRelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/BuildRelease.yaml b/.gitea/workflows/BuildRelease.yaml index 0dc9169..b930bfd 100644 --- a/.gitea/workflows/BuildRelease.yaml +++ b/.gitea/workflows/BuildRelease.yaml @@ -65,7 +65,7 @@ jobs: - name: Installing Dependencies run: | - sudo pacman -S --noconfirm doxygen zip alsa-lib libxcb xcb-util-cursor + sudo pacman -S --noconfirm doxygen zip alsa-lib libxcb xcb-util-cursor pipewire - name: Generating Documentation run: | @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v3 - name: Installing Dependencies - run: sudo apt install -y doxygen zip libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev + run: sudo apt install -y doxygen zip libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev libpipewire - name: Generating Documentation run: |