Fix fedora dependencies for find

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
This commit is contained in:
Dorian Stoll 2020-01-23 00:43:49 +01:00
parent a8bb2a2cce
commit b23824ce07
No known key found for this signature in database
GPG key ID: F1DACD02C619442A
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y createrepo_c git
dnf install -y createrepo_c git findutils
- name: Checkout repository
uses: actions/checkout@v2

View file

@ -66,7 +66,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y createrepo_c git
dnf install -y createrepo_c git findutils
- name: Checkout repository
uses: actions/checkout@v2