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 runs-on: windows-2022
strategy: strategy:
matrix: matrix:
configuration: [Debug, DebugANGLE, Release, ReleaseANGLE] include:
platform: [x86, x64, ARM, ARM64] - configuration: Release
platform: x64
- configuration: ReleaseANGLE
platform: x64
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3