From 1cbdef5c715f804f45577bb8e88baf23b46b78b9 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 18 Feb 2020 04:32:23 +0100 Subject: [PATCH] Add missing Fedora repo update deps --- .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 f0152fca5..1d9af1d61 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 git + dnf install -y git findutils - name: Download artifacts uses: actions/download-artifact@v1 diff --git a/.github/workflows/fedora-31.yml b/.github/workflows/fedora-31.yml index 0408e7acc..876a9c594 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 git + dnf install -y git findutils - name: Download artifacts uses: actions/download-artifact@v1