Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Add git install
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbartholomew committed Jun 10, 2024
1 parent 7c96f97 commit eb2466e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: 'Setup: checkout project'
uses: actions/checkout@v2
- name: 'Install Git'
run: sudo apt-get update && sudo apt-get install -y git
- name: 'Setup: Java 17'
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit eb2466e

Please sign in to comment.