Added a before_script section in ci to install alsa as a lib as it's needed for building

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-06-02 18:26:34 +02:00
parent 2590f6fd4e
commit 8cf996c0cd
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -4,6 +4,9 @@ default:
stages:
- build
before_script:
- apt update && apt install -y libasound2
build:
stage: build
script: