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:
parent
2590f6fd4e
commit
8cf996c0cd
@ -4,6 +4,9 @@ default:
|
||||
stages:
|
||||
- build
|
||||
|
||||
before_script:
|
||||
- apt update && apt install -y libasound2
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user