Skip to content

Commit 84fb20f

Browse files
committed
wip: test armasm64 with github action workflow
Signed-off-by: willieyz <[email protected]>
1 parent 3d83da6 commit 84fb20f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/base.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,16 @@ jobs:
187187
# print compiler version
188188
cl
189189
nmake /f ./Makefile.Microsoft_nmake quickcheck
190+
- name: Setup MSVC (arm64)
191+
uses: ilammy/msvc-dev-cmd@v1
192+
with:
193+
arch: amd64_arm64
194+
- name: Check MSVC arm64
195+
shell: powershell
196+
run: |
197+
where cl ; where armasm64
198+
cl
199+
armasm64 -h
190200
quickcheck-windows-mingw-w64:
191201
strategy:
192202
fail-fast: false

0 commit comments

Comments
 (0)