Install git before checkout

Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu>
This commit is contained in:
Timothy Middelkoop
2025-02-25 02:57:36 +00:00
committed by Jonathon Anderson
parent 52f555034f
commit 50ab2ff7e4
2 changed files with 9 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ jobs:
permissions: write-all
steps:
- name: Install git
run: |
dnf install -y git
- name: Checkout Code
uses: actions/checkout@v4
with: