Skip to content

Commit

Permalink
Correct command line usage of minio/mc download
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Oct 21, 2024
1 parent 8653eeb commit c8fe1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
sudo curl -L https://xrootd.web.cern.ch/repo/RPM-GPG-KEY.txt -o /etc/apt/trusted.gpg.d/xrootd.asc
sudo /bin/sh -c 'echo "deb https://xrootd.web.cern.ch/ubuntu noble stable" >> /etc/apt/sources.list.d/xrootd.list'
sudo apt update && sudo apt-get install -y cmake libcurl4-openssl-dev libcurl4 pkg-config libssl-dev xrootd-server libxrootd-dev libxrootd-server-dev libgtest-dev
sudo wget https://dl.min.io/server/minio/release/linux-amd64/minio -o /usr/local/bin/minio
sudo curl -L https://dl.min.io/server/minio/release/linux-amd64/minio -o /usr/local/bin/minio
sudo chmod +x /usr/local/bin/minio
sudo wget https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc
sudo curl -L https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc
sudo chmod +x /usr/local/bin/mc
- name: Create Build Environment
Expand Down

0 comments on commit c8fe1c7

Please sign in to comment.