Install git in AlmaLinux Image

This commit is contained in:
Holger Obermaier 2022-02-28 15:50:10 +01:00
parent e0b9855ad6
commit 7e51e58856

View File

@ -16,6 +16,11 @@ jobs:
runs-on: ubuntu-latest
container: almalinux:8.5
steps:
- name: Install GIT
run: |
yum -y install git
# See: https://github.com/marketplace/actions/checkout
# Checkout git repository and submodules
- name: Checkout