Skip to content

Commit

Permalink
Force use of latest Windows SDK with 32-bit ARM support
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus authored and Dead2 committed Nov 29, 2024
1 parent 0ed5ac8 commit 5456966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ jobs:
- 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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
os: windows-2022
makefile: win32/Makefile.arm
arch: x86_arm
sdk: 10.0.22621.0

- name: Windows NMake ARM64 No Test
os: windows-2022
Expand All @@ -59,6 +60,7 @@ jobs:
uses: ilammy/[email protected]
with:
arch: ${{ matrix.arch }}
sdk: ${{ matrix.sdk }}

- name: Compile source code
shell: cmd
Expand Down

0 comments on commit 5456966

Please sign in to comment.