Merge pull request #2088 from versity/ben/disable-mc

test: disable downloads of mc from minio site
This commit is contained in:
Ben McClelland
2026-04-22 13:22:18 -07:00
committed by GitHub

View File

@@ -50,10 +50,11 @@ jobs:
sudo apt-get update
sudo apt-get install s3cmd
- name: Install mc
run: |
curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/local/bin/mc
chmod 755 /usr/local/bin/mc
# disable mc tests due to dl.min.io instability
# - name: Install mc
# run: |
# curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/local/bin/mc
# chmod 755 /usr/local/bin/mc
- name: Install xml libraries (for rest)
run: |