Install git before checkout
Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu>
This commit is contained in:
committed by
Jonathon Anderson
parent
52f555034f
commit
50ab2ff7e4
3
.github/workflows/nightly-release.yml
vendored
3
.github/workflows/nightly-release.yml
vendored
@@ -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:
|
||||
|
||||
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## v4.6.0, unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix nightly builds.
|
||||
|
||||
## v4.6.0rc3, 2025-02-23
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user