We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d42d9 commit b4d8ae5Copy full SHA for b4d8ae5
.circleci/config.yml
@@ -1280,9 +1280,9 @@ jobs:
1280
name: Build HermesC for Windows
1281
command: |
1282
if (-not(Test-Path -Path $Env:HERMES_WS_DIR\win64-bin\hermesc.exe)) {
1283
- choco install --no-progress cmake --version 3.14.7
+ choco install -y --no-progress cmake --version 3.14.7
1284
if (-not $?) { throw "Failed to install CMake" }
1285
- choco install --no-progress python3
+ choco install -y --no-progress python3
1286
if (-not $?) { throw "Failed to install Python" }
1287
1288
cd $Env:HERMES_WS_DIR\icu
0 commit comments