local - choco -y

This commit is contained in:
Luna Wei
2024-02-26 13:15:00 -08:00
parent 55d42d9ae8
commit b4d8ae5b1b
+2 -2
View File
@@ -1280,9 +1280,9 @@ jobs:
name: Build HermesC for Windows
command: |
if (-not(Test-Path -Path $Env:HERMES_WS_DIR\win64-bin\hermesc.exe)) {
choco install --no-progress cmake --version 3.14.7
choco install -y --no-progress cmake --version 3.14.7
if (-not $?) { throw "Failed to install CMake" }
choco install --no-progress python3
choco install -y --no-progress python3
if (-not $?) { throw "Failed to install Python" }
cd $Env:HERMES_WS_DIR\icu