Skip to content

Commit

Permalink
local - choco -y
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaleaps committed Feb 26, 2024
1 parent 55d42d9 commit b4d8ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4d8ae5

Please sign in to comment.