Skip to content

Commit 2cb45a3

Browse files
committed
Remove unnecessary dependencies for packaging
1 parent 36908ff commit 2cb45a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
steps:
374374
- name: Install dependencies
375375
run: |
376-
dnf install -y createrepo_c git findutils wget
376+
dnf install -y git findutils
377377
378378
- name: Download artifacts
379379
uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)