mirror of
https://github.com/kopia/kopia.git
synced 2026-09-15 06:41:56 -04:00
build(tests): fix mc installation (#2910)
This commit is contained in:
1 parent
9a9048c121
commit
cb2d117533
1 file changed
+1
-1
+1
-1
@@ -198,7 +198,7 @@ $(kopia08):
|
||||
MINIO_MC_PATH=$(TOOLS_DIR)/bin/mc$(exe_suffix)
|
||||
|
||||
$(MINIO_MC_PATH):
|
||||
GOBIN=$(TOOLS_DIR)/bin go install github.com/minio/mc@latest
|
||||
GOBIN=$(TOOLS_DIR)/bin go install github.com/minio/mc@RELEASE.2023-04-06T16-51-10Z
|
||||
|
||||
export MINIO_MC_PATH
|
||||
|
||||
|
||||
Reference in new issue
Block a user