1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-01 19:18:28 +01:00

Fix debian builds

This commit is contained in:
Jonas Kvinge 2020-09-20 15:55:25 +02:00
parent 230376c7f3
commit c688e3431d
2 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,7 @@ commands:
command: > command: >
apt-get update && apt-get install -y apt-get update && apt-get install -y
build-essential build-essential
dh-make
ssh ssh
git git
make make

View File

@ -706,6 +706,7 @@ jobs:
run: > run: >
apt-get update && apt-get install -y apt-get update && apt-get install -y
build-essential build-essential
dh-make
ssh ssh
git git
make make
@ -762,6 +763,7 @@ jobs:
run: > run: >
apt-get update && apt-get install -y apt-get update && apt-get install -y
build-essential build-essential
dh-make
ssh ssh
git git
make make