diff --git a/.github/scripts/collect-test-robot.sh b/.github/scripts/collect-test-robot.sh index e698fba9a0f..cd0ec5f1bff 100755 --- a/.github/scripts/collect-test-robot.sh +++ b/.github/scripts/collect-test-robot.sh @@ -91,6 +91,7 @@ cd .. echo "Installation..." if [ "$distrib" = "ALMALINUX" ]; then dnf clean all + rm -f ./*-selinux-*.rpm # avoid to install selinux packages which are dependent to centreon-common-selinux dnf install -y ./*.rpm else apt-get update