mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-20 04:33:49 +01:00
Fix debian builds
This commit is contained in:
parent
230376c7f3
commit
c688e3431d
@ -234,6 +234,7 @@ commands:
|
||||
command: >
|
||||
apt-get update && apt-get install -y
|
||||
build-essential
|
||||
dh-make
|
||||
ssh
|
||||
git
|
||||
make
|
||||
|
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -706,6 +706,7 @@ jobs:
|
||||
run: >
|
||||
apt-get update && apt-get install -y
|
||||
build-essential
|
||||
dh-make
|
||||
ssh
|
||||
git
|
||||
make
|
||||
@ -762,6 +763,7 @@ jobs:
|
||||
run: >
|
||||
apt-get update && apt-get install -y
|
||||
build-essential
|
||||
dh-make
|
||||
ssh
|
||||
git
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user