Browse Source

Add missing Fedora repo update deps

Maximilian Luz 5 years ago
parent
commit
1cbdef5c71
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/fedora-30.yml
  2. 1 1
      .github/workflows/fedora-31.yml

+ 1 - 1
.github/workflows/fedora-30.yml

@@ -66,7 +66,7 @@ jobs:
     steps:
     - name: Install dependencies
       run: |
-        dnf install -y git
+        dnf install -y git findutils
 
     - name: Download artifacts
       uses: actions/download-artifact@v1

+ 1 - 1
.github/workflows/fedora-31.yml

@@ -66,7 +66,7 @@ jobs:
     steps:
     - name: Install dependencies
       run: |
-        dnf install -y git
+        dnf install -y git findutils
 
     - name: Download artifacts
       uses: actions/download-artifact@v1