Install dependencies

This commit is contained in:
Holger Obermaier 2022-02-28 16:04:31 +01:00
parent 0d2e44bad0
commit 2d01f0859b

View File

@ -17,9 +17,8 @@ jobs:
container: almalinux:8.5 container: almalinux:8.5
steps: steps:
- name: Install GIT - name: Install dependencies
run: | run: yum -y install git rpm-build
yum -y install git
# See: https://github.com/marketplace/actions/checkout # See: https://github.com/marketplace/actions/checkout
# Checkout git repository and submodules # Checkout git repository and submodules