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:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user