Skip to content

Commit

Permalink
Try to fix CI for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Rehan committed Jan 8, 2025
1 parent c98d49b commit bfe12e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REM install chocolatey
@"%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"

REM figure out dependencies
SET "chocodeps=mingw msys2"
SET "chocodeps=msys2"
REM install dependencies
IF "%chocodeps%" == "" (
ECHO "No packages specified to install."
Expand Down

0 comments on commit bfe12e8

Please sign in to comment.