mirror of
https://github.com/kopia/kopia.git
synced 2026-05-11 00:04:46 -04:00
build(tests): fix mc installation (#2910)
This commit is contained in:
@@ -198,7 +198,7 @@ $(kopia08):
|
|||||||
MINIO_MC_PATH=$(TOOLS_DIR)/bin/mc$(exe_suffix)
|
MINIO_MC_PATH=$(TOOLS_DIR)/bin/mc$(exe_suffix)
|
||||||
|
|
||||||
$(MINIO_MC_PATH):
|
$(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
|
export MINIO_MC_PATH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user