Skip to content

Commit 6147fa5

Browse files
authored
chose: fix windows ci
fix: windows ci
2 parents 5811d88 + 1c394f0 commit 6147fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ build:
3838

3939
run:
4040
ifeq ($(OS),Windows_NT)
41-
dir libs
42-
cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)"
41+
pwsh -Command "Copy-Item libs\libcodex.dll ."
42+
pwsh -Command ".\$(BIN_NAME)"
4343
else
4444
./$(BIN_NAME)
4545
endif

0 commit comments

Comments
 (0)