소스 검색

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