فهرست منبع

Add missing Fedora repo update deps

Maximilian Luz 5 سال پیش
والد
کامیت
1cbdef5c71
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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