Skip to content

Commit

Permalink
[GITHUB] Fix MSVC ARM build
Browse files Browse the repository at this point in the history
The latest GitHub Actions runner image 20241113.3.0 uses WDK 10.0.26100.0,
which dropped support for 32-bit ARM platform:
- golang/go#68552 (comment)
- actions/runner-images#10981

Fix the failing build by sticking to WDK 10.0.22621.0.

CORE-17604
  • Loading branch information
binarymaster committed Nov 21, 2024
1 parent edb6d19 commit 096a551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64_arm
sdk: 10.0.22621.0 # Windows SDK 10.0.26100.0 dropped support for 32-bit ARM
toolset: ${{matrix.toolset}}
- name: Activate VS cmd (arm64)
if: ${{ matrix.arch == 'arm64' }}
Expand Down

0 comments on commit 096a551

Please sign in to comment.