Skip to content

Commit 0027e84

Browse files
committed
chore: separate msbuild path for windows arm64
1 parent a514b2f commit 0027e84

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,14 @@ jobs:
446446
dotnet-version: "8.0.x"
447447

448448
- name: Add msbuild to PATH
449-
if: runner.os == 'Windows'
449+
if: runner.os == 'Windows' && !(matrix.os == 'win' && matrix.name == 'windows-arm64')
450+
uses: ilammy/[email protected]
451+
452+
- name: MSVC dev cmd (LLVM cross x64 ARM64)
453+
if: matrix.os == 'win' && matrix.name == 'windows-arm64'
450454
uses: ilammy/[email protected]
455+
with:
456+
arch: amd64_arm64
451457

452458
- name: Build
453459
id: build-and-test

0 commit comments

Comments
 (0)