Reduce the number of UWP builds

- Only Release and ReleaseANGLE for x64 will be produced
This commit is contained in:
Jesse Talavera-Greenberg 2023-06-17 22:37:21 -04:00 committed by LibretroAdmin
parent 1a98b430ed
commit 986057f565

View File

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