mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-07 16:03:11 +00:00
Use latest url
This commit is contained in:
parent
66f1033a31
commit
a3dfccd141
4
Makefile
4
Makefile
@ -18,8 +18,8 @@ BIN=example
|
|||||||
all: run
|
all: run
|
||||||
|
|
||||||
fetch:
|
fetch:
|
||||||
@echo "Fetching libcodex from GitHub Actions"
|
@echo "Fetching libcodex from GitHub Actions: ${LATEST_URL}"
|
||||||
@curl -fSL --create-dirs -o $(LIBS_DIR)/codex-${OS}-${ARCH}.zip ${VERSIONED_URL}
|
@curl -fSL --create-dirs -o $(LIBS_DIR)/codex-${OS}-${ARCH}.zip ${LATEST_URL}
|
||||||
@unzip $(LIBS_DIR)/codex-linux-amd64.zip -d $(LIBS_DIR)
|
@unzip $(LIBS_DIR)/codex-linux-amd64.zip -d $(LIBS_DIR)
|
||||||
@rm -f $(LIBS_DIR)/*.zip
|
@rm -f $(LIBS_DIR)/*.zip
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user