Skip to content

Commit daa2e91

Browse files
committed
use dnf on rocky 8 and enable cernvm-config repo
1 parent 2be489b commit daa2e91

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-test-release-client-packages.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ jobs:
167167

168168
steps:
169169
- name: Download and install CVMFS client
170-
run: yum install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
171-
172-
- name: Install CVMFS client
173-
run: yum install -y cvmfs cvmfs-config-none
170+
run: |
171+
dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
172+
dnf install -y 'dnf-command(config-manager)'
173+
dnf config-manager --enable cernvm-config
174+
dnf install -y cvmfs cvmfs-config-none
174175
175176
- name: Download cvmfs-config-eessi package
176177
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1

0 commit comments

Comments
 (0)