We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0df81 commit 30aba47Copy full SHA for 30aba47
.github/workflows/install.yml
@@ -57,7 +57,7 @@ jobs:
57
;;
58
centos)
59
dnf config-manager --set-enabled crb
60
- dnf install epel-release
+ dnf install -y epel-release
61
dnf -y install "${DEPS_COMMON[@]}" systemd-devel python3-devel python3-pip ctags gnupg2
62
63
fedora)
0 commit comments