Merge pull request #224 from rhansen/fedora-find
Install findutils on Fedora
This commit is contained in:
commit
f0eb0850da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue