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: matrix:
os: ["rockylinux:8", "almalinux:8"] os: ["rockylinux:8", "almalinux:8"]
steps: steps:
- run: dnf install -y sudo - run: dnf install -y sudo git
- name: free up storage - name: free up storage
run: | run: |
df -h df -h

View File

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