From bdebb312818cab134b56c7379e728abd22b7d58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Sun, 28 May 2023 12:41:56 +0200 Subject: [PATCH] add git to path --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c3ad715..d21af31 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,7 +6,7 @@ jobs: runs-on: debian-stable steps: - name: Install dependencies - run: apt-get update && apt-get install -y knot-dnsutils ssh-client + run: apt-get update && apt-get install -y knot-dnsutils ssh-client git - name: Check out repository code uses: actions/checkout@v3 - name: Build catalog zone