Skip to content

Commit

Permalink
use dnf on rocky 8 and enable cernvm-config repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Sep 9, 2024
1 parent 2be489b commit daa2e91
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test-release-client-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,11 @@ jobs:

steps:
- name: Download and install CVMFS client
run: yum install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm

- name: Install CVMFS client
run: yum install -y cvmfs cvmfs-config-none
run: |
dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --enable cernvm-config
dnf install -y cvmfs cvmfs-config-none
- name: Download cvmfs-config-eessi package
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
Expand Down

0 comments on commit daa2e91

Please sign in to comment.