Skip to content

Commit 61e7cf5

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/base.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,15 @@ 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 ; armasm64
190199
quickcheck-windows-mingw-w64:
191200
strategy:
192201
fail-fast: false

0 commit comments

Comments
 (0)