diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39ed94f..4e973be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,6 +84,7 @@ jobs: # FIXME: Remove htcondor and replace WLCG repo by UMD5 once available dnf install -y https://linuxsoft.cern.ch/wlcg/el8/x86_64/wlcg-repo-1.0.0-1.el8.noarch.rpm dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el8.noarch.rpm + dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm dnf config-manager --set-enabled powertools dnf localinstall -y ui-*.rpm @@ -103,5 +104,6 @@ jobs: # FIXME: Remove htcondor and replace WLCG repo by UMD5 once available dnf install -y https://linuxsoft.cern.ch/wlcg/el9/x86_64/wlcg-repo-1.0.0-1.el9.noarch.rpm dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el9.noarch.rpm + dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm dnf config-manager --set-enabled crb dnf localinstall -y ui-*.rpm