Skip to content

Commit 735b6f1

Browse files
committed
Build debug instead of release
I'll try and debug the access violation I get using this..
1 parent 6bac4a9 commit 735b6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: Configure and build
6464
uses: lukka/run-cmake@v10
6565
with:
66-
configurePreset: ${{ matrix.os == 'windows-latest' && 'release-windows' || 'release' }}
67-
buildPreset: ${{ matrix.os == 'windows-latest' && 'release-windows' || 'release' }}
66+
configurePreset: ${{ matrix.os == 'windows-latest' && 'debug-windows' || 'debug' }}
67+
buildPreset: ${{ matrix.os == 'windows-latest' && 'debug-windows' || 'debug' }}
6868
env:
6969
VCPKG_DEFAULT_TRIPLET: ${{ matrix.os == 'windows-latest' && 'x64-windows-static' || 'x64-linux-static' }}
7070

0 commit comments

Comments
 (0)