diff --git a/.github/workflows/AlmaLinux.yml b/.github/workflows/AlmaLinux.yml index b5904d6..22ed20d 100644 --- a/.github/workflows/AlmaLinux.yml +++ b/.github/workflows/AlmaLinux.yml @@ -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