Skip to content

Commit

Permalink
remove yum-config-manager command
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Sep 9, 2024
1 parent e47085a commit 2be489b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release-client-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ 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 && yum-config-manager --enable cernvm-config
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
Expand Down

0 comments on commit 2be489b

Please sign in to comment.