Skip to content

Commit e57733f

Browse files
committed
Skip epel install
Signed-off-by: Michael Dolan <[email protected]>
1 parent c679b0e commit e57733f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

share/ci/scripts/linux/yum/install_doxygen.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if command -v dnf >/dev/null; then
1212
YUM_CMD="dnf"
1313
fi
1414

15-
$YUM_CMD install -y epel-release
1615
if [ "$DOXYGEN_VERSION" == "latest" ]; then
1716
$YUM_CMD install -y doxygen
1817
else

0 commit comments

Comments
 (0)