Skip to content

Commit 51ffcb5

Browse files
committed
workflows: build-overlay-deb: Install dh, build-essential
The mesa-snapshot script expects these to run the clean target. Signed-off-by: Loïc Minier <[email protected]>
1 parent 9460277 commit 51ffcb5

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)