mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-24 22:11:18 -04:00
Install git in build workflow (#4025)
This commit is contained in:
parent
86f8729ec4
commit
e26765fae8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue