Skip to content

Commit 653efc8

Browse files
author
Vladyslav Rehan
committed
Try to fix CI for windows
1 parent 6931f9c commit 653efc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cicd/windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REM install chocolatey
66
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
77

88
REM figure out dependencies
9-
SET "chocodeps=mingw"
9+
SET "chocodeps=mingw mingw-get"
1010
REM install dependencies
1111
IF "%chocodeps%" == "" (
1212
ECHO "No packages specified to install."

0 commit comments

Comments
 (0)