diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e04dca466b..72569617e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,6 +79,10 @@ jobs: - uses: actions/checkout@v2 - name: Setup Submodules run: git submodule update --init --recursive + - name: Enable Developer Command Prompt + uses: ilammy/msvc-dev-cmd@v1.13.0 + with: + arch: 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