Sfoglia il codice sorgente

Add missing Fedora repo update deps

Maximilian Luz 5 anni fa
parent
commit
1cbdef5c71
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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