From 8cf996c0cd1f667012a0adbd6d931a95da503f76 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Thu, 2 Jun 2022 18:26:34 +0200 Subject: [PATCH] Added a before_script section in ci to install alsa as a lib as it's needed for building Signed-off-by: Louis Vallat --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c3e8ee..9c091fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ default: stages: - build +before_script: + - apt update && apt install -y libasound2 + build: stage: build script: