We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966cd32 commit b0f7beaCopy full SHA for b0f7bea
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [windows-2022]
16
- build_type: [release]
+ build_type: [release, releasedbg]
17
18
runs-on: ${{ matrix.os }}
19
0 commit comments