Skip to content

Commit 50d157a

Browse files
committed
build as debug for windows so I can try to debug
1 parent 56d5d34 commit 50d157a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
6868
buildDirectory: '${{ github.workspace }}/build'
6969
useVcpkgToolchainFile: true
70-
cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Release'
70+
cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Debug'
7171
- name: Create App Package Linux
7272
if: runner.os == 'Linux'
7373
run: |

0 commit comments

Comments
 (0)