Update build.yml

This commit is contained in:
辉鸭蛋
2023-08-28 13:46:31 +08:00
committed by GitHub
parent a997c419b7
commit c2cf4593c5

View File

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