mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 20:05:42 +02:00
ci: install more dependencies
This commit is contained in:
parent
2b3d432164
commit
8da8adc4c4
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ stages:
|
|||
- build
|
||||
|
||||
before_script:
|
||||
- apt-get update && apt-get -y install cmake
|
||||
- apt-get update
|
||||
- apt-get -y install cmake xcb alsa-lib json-c libmpdclient
|
||||
|
||||
configure:
|
||||
stage: build
|
||||
|
|
Loading…
Add table
Reference in a new issue