mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Reduce the number of UWP builds
- Only Release and ReleaseANGLE for x64 will be produced
This commit is contained in:
parent
1a98b430ed
commit
986057f565
7
.github/workflows/MSVC.yml
vendored
7
.github/workflows/MSVC.yml
vendored
@ -15,8 +15,11 @@ jobs:
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
matrix:
|
||||
configuration: [Debug, DebugANGLE, Release, ReleaseANGLE]
|
||||
platform: [x86, x64, ARM, ARM64]
|
||||
include:
|
||||
- configuration: Release
|
||||
platform: x64
|
||||
- configuration: ReleaseANGLE
|
||||
platform: x64
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user