Skip to content

Commit 318f5a9

Browse files
committed
Add cmake
1 parent 6745591 commit 318f5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-arm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
$llvmPath = "C:\Program Files\LLVM\bin"
4848
echo "$llvmPath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
4949
50-
- name: Check where stuff is
50+
- name: Update CMake for WoA
5151
run: |
52+
pip install cmake
5253
get-command cmake
5354
5455
- name: Build

0 commit comments

Comments
 (0)