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 21919be commit 187f9c4Copy full SHA for 187f9c4
.github/actions/build-hermesc-windows/action.yml
@@ -39,6 +39,9 @@ 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: choco install cmake --version 3.31.6 --force
45
- name: Build HermesC for Windows
46
shell: powershell
47
run: |
0 commit comments