Skip to content

Commit

Permalink
Force use of latest Windows SDK with 32-bit ARM support for release w…
Browse files Browse the repository at this point in the history
…orkflows

Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus authored and Dead2 committed Jan 2, 2025
1 parent cbb6ec1 commit 787c7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Windows MSVC ARM
os: windows-latest
compiler: cl
cmake-args: -A ARM
cmake-args: -A ARM,version=10.0.22621.0
deploy-name: win-arm

- name: Windows MSVC ARM Compat
os: windows-latest
compiler: cl
cmake-args: -A ARM -DZLIB_COMPAT=ON
cmake-args: -A ARM,version=10.0.22621.0 -DZLIB_COMPAT=ON
deploy-name: win-arm-compat

- name: Windows MSVC ARM64
Expand Down

0 comments on commit 787c7f6

Please sign in to comment.