mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-04 06:23:07 +00:00
Overwrite existing files when fetching
This commit is contained in:
parent
2dfd2a8faa
commit
9f7048fe7c
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ all: run
|
|||||||
fetch:
|
fetch:
|
||||||
@echo "Fetching libcodex from GitHub Actions: ${LATEST_URL}"
|
@echo "Fetching libcodex from GitHub Actions: ${LATEST_URL}"
|
||||||
@curl -fSL --create-dirs -o $(LIBS_DIR)/codex-${OS}-${ARCH}.zip ${LATEST_URL}
|
@curl -fSL --create-dirs -o $(LIBS_DIR)/codex-${OS}-${ARCH}.zip ${LATEST_URL}
|
||||||
@unzip $(LIBS_DIR)/codex-${OS}-${ARCH}.zip -d -qq $(LIBS_DIR)
|
@unzip -o -qq $(LIBS_DIR)/codex-${OS}-${ARCH}.zip -d $(LIBS_DIR)
|
||||||
@rm -f $(LIBS_DIR)/*.zip
|
@rm -f $(LIBS_DIR)/*.zip
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user