We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c95348 commit bcea2b4Copy full SHA for bcea2b4
1 file changed
.circleci/configurations/jobs.yml
@@ -621,7 +621,7 @@ jobs:
621
- run:
622
name: Install Node JS
623
# Note: Version set separately for non-Windows builds, see above.
624
- command: choco install nodejs --version=18.18.0 --allow-downgrade
+ command: choco install -y nodejs --version=18.18.0 --allow-downgrade
625
626
# Setup Dependencies
627
@@ -1083,7 +1083,7 @@ jobs:
1083
name: Build HermesC for Windows
1084
command: |
1085
if (-not(Test-Path -Path $Env:HERMES_WS_DIR\win64-bin\hermesc.exe)) {
1086
- choco install --no-progress cmake --version 3.14.7
+ choco install -y --no-progress cmake --version 3.14.7
1087
if (-not $?) { throw "Failed to install CMake" }
1088
1089
cd $Env:HERMES_WS_DIR\icu
0 commit comments