Skip to content

Commit 39d4ada

Browse files
committed
tmp5
1 parent 4e18aa3 commit 39d4ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141

4242
- name: Setup Minio
4343
run: |
44-
wget -nv https://dl.min.io/aistor/minio/release/linux-amd64/minio
44+
wget -nv https://dl.min.io/server/minio/release/linux-amd64/minio
4545
chmod +x minio
4646
./minio --version
47-
wget -nv https://dl.min.io/aistor/mc/release/linux-amd64/mc
47+
wget -nv wget https://dl.min.io/client/mc/release/linux-amd64/mc
4848
chmod +x mc
4949
./mc --version
5050
java -version

0 commit comments

Comments
 (0)