We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71abbab commit 94bb1c8Copy full SHA for 94bb1c8
.github/actions/build-hermesc-windows/action.yml
@@ -39,6 +39,10 @@ runs:
39
New-Item -ItemType Directory -ErrorAction SilentlyContinue $Env:HERMES_WS_DIR\icu
40
New-Item -ItemType Directory -ErrorAction SilentlyContinue $Env:HERMES_WS_DIR\deps
41
New-Item -ItemType Directory -ErrorAction SilentlyContinue $Env:HERMES_WS_DIR\win64-bin
42
+ - name: Downgrade CMake
43
+ shell: powershell
44
+ run: |
45
+ choco install cmake --version=3.31.6 -y
46
- name: Build HermesC for Windows
47
shell: powershell
48
run: |
0 commit comments