From 27a8186abad7732c421b7daa4f312ee9c1a2bd55 Mon Sep 17 00:00:00 2001 From: Nayla Date: Wed, 23 Oct 2024 21:57:09 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88a737a213..df56d16da0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,8 @@ jobs: uses: microsoft/setup-msbuild@v1.0.2 with: vs-version: '16.6.2' + vswhere-path: 'C:\vswhere.exe' + msbuild-architecture: 'arm64' - name: Build run: msbuild "D:\a\Dolphin-MPN\Dolphin-MPN\Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64 - name: Upload Build Artifact