Skip to content

Commit 4de2448

Browse files
authored
Merge pull request #90 from lool/mesa-snapshot-dh-bdep
workflows: build-overlay-deb: Install dh, build-essential
2 parents 598f204 + 51ffcb5 commit 4de2448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-overlay-deb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ jobs:
7575
# install dependencies
7676
DEBIAN_FRONTEND=noninteractive \
7777
apt -y install --no-install-recommends \
78+
build-essential \
7879
debian-keyring \
7980
devscripts \
81+
dh \
8082
git \
8183
patch \
8284
python3 \

0 commit comments

Comments
 (0)