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 56d5d34 commit 50d157aCopy full SHA for 50d157a
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
68
buildDirectory: '${{ github.workspace }}/build'
69
useVcpkgToolchainFile: true
70
- cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Release'
+ cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Debug'
71
- name: Create App Package Linux
72
if: runner.os == 'Linux'
73
run: |
0 commit comments