瀏覽代碼

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