diff options
author | Zach Hilman <[email protected]> | 2019-10-02 18:23:05 -0400 |
---|---|---|
committer | Zach Hilman <[email protected]> | 2019-10-02 18:23:09 -0400 |
commit | d648cd562a7619990d8fc4a0988750f5f5fc705f (patch) | |
tree | ea4f8a39b14f52e737c4529316fc4544f185eae0 /.ci/yuzu-mainline-step2.yml | |
parent | bfa60e2d4e6615b0c39ef2c1507930167aeab299 (diff) | |
download | yuzu-mainline-d648cd562a7619990d8fc4a0988750f5f5fc705f.tar.gz yuzu-mainline-d648cd562a7619990d8fc4a0988750f5f5fc705f.zip |
ci: Use MSVC windows for patreon
Diffstat (limited to '.ci/yuzu-mainline-step2.yml')
-rw-r--r-- | .ci/yuzu-mainline-step2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml index a031941e5..1c9b59a02 100644 --- a/.ci/yuzu-mainline-step2.yml +++ b/.ci/yuzu-mainline-step2.yml @@ -34,7 +34,7 @@ stages: parameters: artifactSource: 'false' cache: 'true' -- stage: build-win +- stage: build_win dependsOn: format displayName: 'build-windows' jobs: |