Skip to content

Commit bcea2b4

Browse files
committed
choco install -y
1 parent 9c95348 commit bcea2b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/configurations/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ jobs:
621621
- run:
622622
name: Install Node JS
623623
# Note: Version set separately for non-Windows builds, see above.
624-
command: choco install nodejs --version=18.18.0 --allow-downgrade
624+
command: choco install -y nodejs --version=18.18.0 --allow-downgrade
625625

626626
# Setup Dependencies
627627
- run:
@@ -1083,7 +1083,7 @@ jobs:
10831083
name: Build HermesC for Windows
10841084
command: |
10851085
if (-not(Test-Path -Path $Env:HERMES_WS_DIR\win64-bin\hermesc.exe)) {
1086-
choco install --no-progress cmake --version 3.14.7
1086+
choco install -y --no-progress cmake --version 3.14.7
10871087
if (-not $?) { throw "Failed to install CMake" }
10881088
10891089
cd $Env:HERMES_WS_DIR\icu

0 commit comments

Comments
 (0)