Skip to content

Commit

Permalink
try with cvmfs 2.9.0 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Mar 30, 2022
1 parent 458bd69 commit 7ad635e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-release-client-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ jobs:
run: brew install --cask macfuse

- name: Download and install CVMFS client
run: wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-latest.pkg && sudo installer -target / -pkg cvmfs-latest.pkg
run: wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.0/cvmfs-2.9.0.pkg && sudo installer -target / -pkg cvmfs-2.9.0.pkg
#run: wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-latest.pkg && sudo installer -target / -pkg cvmfs-latest.pkg

- name: Download cvmfs-config-eessi package
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 7ad635e

Please sign in to comment.