Merge pull request #224 from rhansen/fedora-find

Install findutils on Fedora
This commit is contained in:
Sandro 2020-07-03 08:35:08 +02:00 committed by GitHub
commit f0eb0850da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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