1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

We need to use -y flag to confirm EPEL installation

This commit is contained in:
Pavel Odintsov 2022-06-10 19:57:35 +01:00
parent c4c6397774
commit 39d4b3b092

@ -95,7 +95,7 @@ jobs:
steps:
- checkout
- run: dnf install -y rpm-build rpmdevtools dnf-plugins-core
- run: dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
- run: dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
- run: mkdir -p ~/rpmbuild/SPECS
- run: cp src/packaging/fedora/fastnetmon.spec ~/rpmbuild/SPECS
- run: