Install git in build workflow ()

This commit is contained in:
modmuss 2024-08-11 15:13:09 +01:00 committed by GitHub
parent 86f8729ec4
commit e26765fae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ jobs:
image: mcr.microsoft.com/openjdk/jdk:${{ matrix.java }}
options: --user root
steps:
- run: apt update && apt install git -y && git --version
- uses: actions/checkout@v4
with:
fetch-depth: 0