diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d6cefa..488e167 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,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