Add git dependency to workflow
All checks were successful
/ build-1.21 (push) Successful in 52s

This commit is contained in:
Sergeant Acoustic 2026-03-26 01:10:04 +00:00
parent 8cc2d490cf
commit 34c2beae09

View file

@ -11,7 +11,7 @@ jobs:
image: alpine:3.23.3
steps:
- name: Install dependencies
run: apk -U add nodejs openjdk21 tar zstd
run: apk -U add git nodejs openjdk21 tar zstd
- name: Checkout code
uses: actions/checkout@v4