diff --git a/.github/workflows/AlmaLinux.yml b/.github/workflows/AlmaLinux.yml index d2856a1..314bf1e 100644 --- a/.github/workflows/AlmaLinux.yml +++ b/.github/workflows/AlmaLinux.yml @@ -17,9 +17,8 @@ jobs: container: almalinux:8.5 steps: - - name: Install GIT - run: | - yum -y install git + - name: Install dependencies + run: yum -y install git rpm-build # See: https://github.com/marketplace/actions/checkout # Checkout git repository and submodules