mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-07 16:03:11 +00:00
Fix CI
This commit is contained in:
parent
bc89bc855a
commit
9482621987
3
Makefile
3
Makefile
@ -38,8 +38,7 @@ build:
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
@cmd /C "set PATH=%CD%\\libs;%PATH%"
|
pwsh -NoProfile -Command "$env:PATH = (Join-Path (Get-Location) 'libs') + ';' + $env:PATH; & .\\$(BIN_NAME); exit $LASTEXITCODE"
|
||||||
.\\$(BIN_NAME)
|
|
||||||
else
|
else
|
||||||
./$(BIN_NAME)
|
./$(BIN_NAME)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user