Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
- name: Windows MSVC ARM No Test
os: windows-latest
compiler: cl
- cmake-args: -A ARM
+ cmake-args: -A ARM,version=10.0.22621.0
- name: Windows MSVC ARM64 No Test
os: windows-latest
os: windows-2022
makefile: win32/Makefile.arm
arch: x86_arm
+ sdk: 10.0.22621.0
- name: Windows NMake ARM64 No Test
os: windows-2022
uses: ilammy/msvc-dev-cmd@v1.13.0
with:
arch: ${{ matrix.arch }}
+ sdk: ${{ matrix.sdk }}
- name: Compile source code
shell: cmd