mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-01 16:47:37 +00:00
Install alsa on build server
This commit is contained in:
@ -6,6 +6,7 @@ dotnet: 1.0.0-preview2-003131
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y mpd
|
- sudo apt-get install -y mpd
|
||||||
|
- sudo apt-get install -y alsa-utils
|
||||||
script:
|
script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- dotnet build **/project.json
|
- dotnet build **/project.json
|
||||||
|
Reference in New Issue
Block a user