chose: fix windows ci

fix: windows ci
This commit is contained in:
Arnaud 2025-10-15 12:55:25 +04:00 committed by GitHub
commit 6147fa5434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,8 +38,8 @@ build:
run:
ifeq ($(OS),Windows_NT)
dir libs
cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)"
pwsh -Command "Copy-Item libs\libcodex.dll ."
pwsh -Command ".\$(BIN_NAME)"
else
./$(BIN_NAME)
endif