Skip to content

Commit d11f9a5

Browse files
committed
workflows: build-overlay-deb: Install git
Make git available for scripts that generate source packages, e.g. mesa-snapshot. Signed-off-by: Loïc Minier <[email protected]>
1 parent 8128ea5 commit d11f9a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ jobs:
7575
# install dependencies
7676
DEBIAN_FRONTEND=noninteractive \
7777
apt -y install --no-install-recommends \
78-
python3 devscripts patch python3-yaml debian-keyring
78+
debian-keyring \
79+
devscripts \
80+
git \
81+
patch \
82+
python3 \
83+
python3-yaml
7984
# create output dir
8085
mkdir -v upload
8186
chmod a+rw upload

0 commit comments

Comments
 (0)