From b4d8ae5b1b21fbedfe8ae463576b94a01d85759d Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Mon, 26 Feb 2024 13:15:00 -0800 Subject: [PATCH] local - choco -y --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87255a415abcf9..a5a75b87c192a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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