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 6bac4a9 commit 735b6f1Copy full SHA for 735b6f1
.github/workflows/build.yml
@@ -63,8 +63,8 @@ jobs:
63
- name: Configure and build
64
uses: lukka/run-cmake@v10
65
with:
66
- configurePreset: ${{ matrix.os == 'windows-latest' && 'release-windows' || 'release' }}
67
- buildPreset: ${{ matrix.os == 'windows-latest' && 'release-windows' || 'release' }}
+ configurePreset: ${{ matrix.os == 'windows-latest' && 'debug-windows' || 'debug' }}
+ buildPreset: ${{ matrix.os == 'windows-latest' && 'debug-windows' || 'debug' }}
68
env:
69
VCPKG_DEFAULT_TRIPLET: ${{ matrix.os == 'windows-latest' && 'x64-windows-static' || 'x64-linux-static' }}
70
0 commit comments