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