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