Install findutils on Fedora
This commit is contained in:
parent
9c6c7a2b39
commit
a00d2cc18e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue