Skip to content

Commit 30aba47

Browse files
committed
Attempt to fix build inside container in GH Action
1 parent 5b0df81 commit 30aba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
;;
5858
centos)
5959
dnf config-manager --set-enabled crb
60-
dnf install epel-release
60+
dnf install -y epel-release
6161
dnf -y install "${DEPS_COMMON[@]}" systemd-devel python3-devel python3-pip ctags gnupg2
6262
;;
6363
fedora)

0 commit comments

Comments
 (0)