From b23824ce07f70eb02d0bf6bde79156358889ce61 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Thu, 23 Jan 2020 00:43:49 +0100 Subject: [PATCH] Fix fedora dependencies for find Signed-off-by: Dorian Stoll --- .github/workflows/fedora-30.yml | 2 +- .github/workflows/fedora-31.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fedora-30.yml b/.github/workflows/fedora-30.yml index cdb432238..e579e9a02 100644 --- a/.github/workflows/fedora-30.yml +++ b/.github/workflows/fedora-30.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Install dependencies run: | - dnf install -y createrepo_c git + dnf install -y createrepo_c git findutils - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/fedora-31.yml b/.github/workflows/fedora-31.yml index b8cffbfd1..e4dc54d71 100644 --- a/.github/workflows/fedora-31.yml +++ b/.github/workflows/fedora-31.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Install dependencies run: | - dnf install -y createrepo_c git + dnf install -y createrepo_c git findutils - name: Checkout repository uses: actions/checkout@v2