Skip to content

Commit 9460277

Browse files
authored
Merge pull request #87 from lool/mesa-snapshot-git-bdep
workflows: build-overlay-deb: Install git
2 parents 8128ea5 + d11f9a5 commit 9460277

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)