mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
Fix build command
This commit is contained in:
parent
647cd44639
commit
e0c7909fa8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -45,6 +45,4 @@ jobs:
|
||||
run: make
|
||||
|
||||
- name: Go test
|
||||
env:
|
||||
CGO_ENABLED: 1
|
||||
run: make test
|
||||
|
||||
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ libcodex:
|
||||
|
||||
build:
|
||||
@echo "Building Codex Go Bindings..."
|
||||
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o codex-go main.go
|
||||
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o codex-go ./codex
|
||||
|
||||
test:
|
||||
@echo "Running tests..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user