install git
Some checks failed
Build Hugo Site / build (push) Failing after 6s

This commit is contained in:
2025-11-10 02:38:38 -03:00
parent 0955fcd348
commit 99f2e4c2ef

View File

@@ -11,6 +11,9 @@ jobs:
image: node:20-alpine
steps:
- name: Install Git
run: apk add --no-cache git
- name: Checkout
uses: actions/checkout@v3