From 6d511bb8fc8cd47b0d2afb2e74954ee78b0fab42 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Mon, 28 Feb 2022 16:11:47 +0100 Subject: [PATCH] Add make to dependencies --- .github/workflows/AlmaLinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AlmaLinux.yml b/.github/workflows/AlmaLinux.yml index a6236e2..24cdc2a 100644 --- a/.github/workflows/AlmaLinux.yml +++ b/.github/workflows/AlmaLinux.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Install dependencies - run: yum -y install git rpm-build + run: yum -y install git rpm-build make # See: https://github.com/marketplace/actions/checkout # Checkout git repository and submodules