Skip to content

Commit 94bb1c8

Browse files
committed
[LOCAL] Pin CMake version in windows machines
1 parent 71abbab commit 94bb1c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ runs:
3939
New-Item -ItemType Directory -ErrorAction SilentlyContinue $Env:HERMES_WS_DIR\icu
4040
New-Item -ItemType Directory -ErrorAction SilentlyContinue $Env:HERMES_WS_DIR\deps
4141
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
4246
- name: Build HermesC for Windows
4347
shell: powershell
4448
run: |

0 commit comments

Comments
 (0)