Skip to content

Commit c98d49b

Browse files
author
Vladyslav Rehan
committed
Try to fix CI for windows
1 parent b5aaa82 commit c98d49b

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
@@ -14,7 +14,7 @@ IF "%chocodeps%" == "" (
1414
choco install %chocodeps%
1515
)
1616

17-
C:\\msys64\\usr\\bin\\env MSYSTEM=MSYS /usr/bin/bash -l -c "pacman -S mingw-w64-x86_64-ncurses"
17+
C:\\msys64\\usr\\bin\\env MSYSTEM=MSYS /usr/bin/bash -l -c "pacman -S mingw-w64-x86_64-ncurses mingw-w64-ucrt-x86_64-gcc cmake git"
1818

1919
SET "SCRIPT_DIR=%~dp0"
2020
SET "REPO=%SCRIPT_DIR%.."

0 commit comments

Comments
 (0)