From 200905df28f4a90063207d7ac9966fdc9db0da77 Mon Sep 17 00:00:00 2001 From: jianlins Date: Wed, 11 Mar 2026 22:10:13 -0600 Subject: [PATCH] workflow: remove crb repository enablement from Rocky Linux build script --- .github/workflows/custom_build_rockylinux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/custom_build_rockylinux.yml b/.github/workflows/custom_build_rockylinux.yml index 02ef65e514..809ee85ba6 100644 --- a/.github/workflows/custom_build_rockylinux.yml +++ b/.github/workflows/custom_build_rockylinux.yml @@ -32,7 +32,6 @@ jobs: # dnf -y update dnf -y install epel-release dnf config-manager --set-enabled powertools - dnf config-manager --set-enabled crb dnf -y install \ git \ cmake \