From a00d2cc18e62c346d5776355ad092013a1657f7a Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 1 Jul 2020 19:19:54 -0400 Subject: [PATCH] Install findutils on Fedora --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082ff40..9ec843b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install dependencies - run: dnf install -y perl-version automake make perl-Test-Warnings + run: dnf install -y automake findutils make perl-Test-Warnings perl-version - name: autogen run: ./autogen - name: configure