Skip to content

Commit d8b727c

Browse files
cipolleschiblakef
authored andcommitted
Allow downgrading CMake to build hermesc on Windows (#47867)
Summary: CI is failing to build HermesC on windows due to a version mismatch of the CMake already installed ## Changelog: [Internal] - Fix Windows CI for HermesC Pull Request resolved: #47867 Test Plan: GHA Reviewed By: robhogan Differential Revision: D66292617 Pulled By: cipolleschi fbshipit-source-id: 5e8f4f45e33fbdd9ff163b4e8a09cb98d4366dc7
1 parent e70cad2 commit d8b727c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-hermesc-windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
shell: powershell
4444
run: |
4545
if (-not(Test-Path -Path $Env:HERMES_WS_DIR\win64-bin\hermesc.exe)) {
46-
choco install --no-progress cmake --version 3.14.7
46+
choco install --no-progress cmake --version 3.14.7 --allow-downgrade
4747
if (-not $?) { throw "Failed to install CMake" }
4848
4949
cd $Env:HERMES_WS_DIR\icu

0 commit comments

Comments
 (0)