We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3684ab commit b8e564cCopy full SHA for b8e564c
.github/workflows/check.yml
@@ -13,8 +13,8 @@ jobs:
13
- name: Check out sources
14
uses: actions/checkout@v2
15
16
- - name: Install build tools
17
- run: dnf --assumeyes install @c-development @development-tools python3-pylint
+ - name: Install build environment
+ run: dnf --assumeyes install @c-development @development-tools dnf-plugins-core python3-pylint
18
19
- name: Generate build files
20
run: |
0 commit comments