Skip to content

Commit 9f61115

Browse files
author
Vladyslav Rehan
committed
Try to fix CI for windows
1 parent bfe12e8 commit 9f61115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ SET "SCRIPT_DIR=%~dp0"
2020
SET "REPO=%SCRIPT_DIR%.."
2121
SET "CONFIGURATION_OPTIONS=-G MinGW Makefiles"
2222

23-
cmake -P "%SCRIPT_DIR%cmake\%1.cmake"
23+
C:\\msys64\\usr\\bin\\env MSYSTEM=MSYS /usr/bin/bash -l -c "cmake -P %SCRIPT_DIR%cmake\%1.cmake"

0 commit comments

Comments
 (0)