mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Update ci.yml
This commit is contained in:
parent
fdf367dabd
commit
a6ef536ceb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue