From bcea2b49fa0637c1caf9dcd24afa4c3745b1bcbd Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Thu, 22 Feb 2024 12:21:06 -0800 Subject: [PATCH] choco install -y --- .circleci/configurations/jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/configurations/jobs.yml b/.circleci/configurations/jobs.yml index d21c54aee88..e5deaf453a6 100644 --- a/.circleci/configurations/jobs.yml +++ b/.circleci/configurations/jobs.yml @@ -621,7 +621,7 @@ jobs: - run: name: Install Node JS # Note: Version set separately for non-Windows builds, see above. - command: choco install nodejs --version=18.18.0 --allow-downgrade + command: choco install -y nodejs --version=18.18.0 --allow-downgrade # Setup Dependencies - run: @@ -1083,7 +1083,7 @@ 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" } cd $Env:HERMES_WS_DIR\icu