Update build.yml

This commit is contained in:
辉鸭蛋 2023-08-28 13:46:31 +08:00 committed by GitHub
parent a997c419b7
commit c2cf4593c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
runs-on: windows-2019 runs-on: windows-2019
strategy: strategy:
matrix: matrix:
BUILD_CONFIGURATION: ['Release'] BUILD_CONFIGURATION: ['Debug', 'Release']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2