Skip to content

Commit b8e564c

Browse files
authored
github: check: Install DNF plugins
builddep is not a core command.
1 parent f3684ab commit b8e564c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Check out sources
1414
uses: actions/checkout@v2
1515

16-
- name: Install build tools
17-
run: dnf --assumeyes install @c-development @development-tools python3-pylint
16+
- name: Install build environment
17+
run: dnf --assumeyes install @c-development @development-tools dnf-plugins-core python3-pylint
1818

1919
- name: Generate build files
2020
run: |

0 commit comments

Comments
 (0)