Skip to content

Commit

Permalink
Install git in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Aug 11, 2024
1 parent 86f8729 commit e187298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e187298

Please sign in to comment.