Skip to content

Commit 6745591

Browse files
committed
Where is cmake?
1 parent c2c7b83 commit 6745591

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/windows-arm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ 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
51+
run: |
52+
get-command cmake
53+
5054
- name: Build
5155
run: |
5256
git submodule update --init --recursive

OpenBLAS

0 commit comments

Comments
 (0)