install git in redhat docker test

This commit is contained in:
Jordan Carlin 2024-07-16 07:20:29 -07:00
parent 4b534acde8
commit f8b078d0d8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
matrix:
os: ["rockylinux:8", "almalinux:8"]
steps:
- run: dnf install -y sudo
- run: dnf install -y sudo git
- name: free up storage
run: |
df -h

View File

@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
storage-space:
runs-on: ubuntu-22
runs-on: ubuntu-22.04
steps:
- name: Root