mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-04 06:23:07 +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
|
||||
|
||||
fetch:
|
||||
@echo "Fetching libcodex from GitHub Actions"
|
||||
@curl -fSL --create-dirs -o $(LIBS_DIR)/codex-${OS}-${ARCH}.zip ${VERSIONED_URL}
|
||||
@echo "Fetching libcodex from GitHub Actions: ${LATEST_URL}"
|
||||
@curl -fSL --create-dirs -o $(LIBS_DIR)/codex-${OS}-${ARCH}.zip ${LATEST_URL}
|
||||
@unzip $(LIBS_DIR)/codex-linux-amd64.zip -d $(LIBS_DIR)
|
||||
@rm -f $(LIBS_DIR)/*.zip
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user