From 390ef1d9cce2a30d75ed799d3367b1af89ca8d2d Mon Sep 17 00:00:00 2001
From: Burak Hancerli <burak.hancerli@qt.io>
Date: Mon, 27 Jan 2025 13:44:52 +0100
Subject: [PATCH] fix: change the package to libpulse-dev

---
 cicd/stages/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd/stages/build.yml b/cicd/stages/build.yml
index 18ddb7c..73af01b 100644
--- a/cicd/stages/build.yml
+++ b/cicd/stages/build.yml
@@ -109,7 +109,7 @@ build-desktop:
     - export QDS_CI_JOB_QT_PATH="${DOCKER_ENV_QT_PATH_WITH_VERSION}/${QDS_CI_JOB_TARGET_ARCH}"
     - *build-components
     - apt-get update
-    - apt-get install -y libpulse
+    - apt-get install -y libpulse-dev
     - |
       cmake \
       -S . \
-- 
GitLab