fix checkout: install git in build container
Some checks failed
Build and Deploy / deploy (push) Failing after 38s

This commit is contained in:
lerko96
2026-04-12 17:17:07 -04:00
parent a10d82417a
commit 93e971b267

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- name: Install SSH and rsync
run: apk add --no-cache openssh-client rsync
run: apk add --no-cache openssh-client rsync git
- name: Checkout
uses: actions/checkout@v4