From 0190aaea3390cb5db1c9b6b214d5f7782d774f4f Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Mon, 10 Jun 2024 15:30:56 +0200 Subject: [PATCH] Use RPM to install WLCG repo, assuming it will take care of the GPG key --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 065282a..16275bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,6 +78,6 @@ jobs: dnf install -y epel-release dnf config-manager --add-repo http://repository.egi.eu/sw/production/cas/1/current/repo-files/egi-trustanchors.repo # FIXME: Replace WLCG repo by UMD5 once available - dnf config-manager --add-repo https://linuxsoft.cern.ch/wlcg/wlcg-el9.repo + dnf install -y https://linuxsoft.cern.ch/wlcg/el9/x86_64/wlcg-repo-1.0.0-1.el9.noarch.rpm dnf config-manager --set-enabled crb dnf localinstall -y ui-*.rpm