Skip to content

Commit b4d8ae5

Browse files
committed
local - choco -y
1 parent 55d42d9 commit b4d8ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,9 +1280,9 @@ jobs:
12801280
name: Build HermesC for Windows
12811281
command: |
12821282
if (-not(Test-Path -Path $Env:HERMES_WS_DIR\win64-bin\hermesc.exe)) {
1283-
choco install --no-progress cmake --version 3.14.7
1283+
choco install -y --no-progress cmake --version 3.14.7
12841284
if (-not $?) { throw "Failed to install CMake" }
1285-
choco install --no-progress python3
1285+
choco install -y --no-progress python3
12861286
if (-not $?) { throw "Failed to install Python" }
12871287
12881288
cd $Env:HERMES_WS_DIR\icu

0 commit comments

Comments
 (0)