From 592d5908ab457db17eaf71652322e729b509e4b6 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Thu, 2 Jun 2022 18:29:25 +0200 Subject: [PATCH] It was the dev version that was needed Signed-off-by: Louis Vallat --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c091fc..88c809c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - build before_script: - - apt update && apt install -y libasound2 + - apt update && apt install -y libasound2-dev build: stage: build