From d11f9a5468d144c51ac882bdb1bb198074c7b632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 30 Jun 2025 13:29:37 +0200 Subject: [PATCH] workflows: build-overlay-deb: Install git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make git available for scripts that generate source packages, e.g. mesa-snapshot. Signed-off-by: Loïc Minier --- .github/workflows/build-overlay-deb.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-overlay-deb.yml b/.github/workflows/build-overlay-deb.yml index 64f66e2c..af025267 100644 --- a/.github/workflows/build-overlay-deb.yml +++ b/.github/workflows/build-overlay-deb.yml @@ -75,7 +75,12 @@ jobs: # install dependencies DEBIAN_FRONTEND=noninteractive \ apt -y install --no-install-recommends \ - python3 devscripts patch python3-yaml debian-keyring + debian-keyring \ + devscripts \ + git \ + patch \ + python3 \ + python3-yaml # create output dir mkdir -v upload chmod a+rw upload