Skip to content

Commit

Permalink
Use less fragile links.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Jul 31, 2024
1 parent ea595a6 commit 5475209
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
- name: Install minio and mcli
run: |
apt update && apt install -y tmux wget
wget https://dl.min.io/server/minio/release/linux-amd64/minio_20240726204821.0.0_amd64.deb
dpkg -i minio_20240726204821.0.0_amd64.deb
wget https://dl.min.io/client/mc/release/linux-amd64/mcli_20240726130844.0.0_amd64.deb
dpkg -i mcli_20240726130844.0.0_amd64.deb
wget https://dl.min.io/server/minio/release/linux-amd64/minio -O /usr/local/bin/minio
wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /usr/local/bin/mcli
chmod +x /usr/local/bin/minio
chmod +x /usr/local/bin/mcli
- name: Start minio in tmux
run: |
Expand Down

0 comments on commit 5475209

Please sign in to comment.