Update ci.yml

This commit is contained in:
Nayla 2024-10-23 23:53:22 -04:00 committed by GitHub
parent fdf367dabd
commit a6ef536ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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