Skip to content

Commit

Permalink
[TEST-CI] Add choco upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Mar 26, 2024
1 parent 96a28f2 commit a704351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/scripts/install-tools.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ IF NOT EXIST "%PROGRAMFILES(X86)%" (
)
set PATH=%WORKSPACE%\bin;C:\ProgramData\chocolatey\bin;C:\tools\mingw%MINGW_ARCH%\bin;%PATH%

choco upgrade chocolatey -y

curl --version >nul 2>&1 && (
echo found curl
) || (
Expand Down

0 comments on commit a704351

Please sign in to comment.