From c359eeef3a61feb7c5152f3d20796e64ccd3ee66 Mon Sep 17 00:00:00 2001 From: lookshe <github@lookshe.org> Date: Mon, 13 Jan 2025 00:06:50 +0100 Subject: [PATCH] install git to avoid fallback to tarball which does not work --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 0993b11..f22b9a3 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: steps: - name: install needed packages - run: apk update && apk add --no-cache rsync openssh-client nodejs + run: apk update && apk add --no-cache rsync openssh-client nodejs git - uses: actions/checkout@v4 - name: install ssh key run: |