Skip to content

Commit 84f0a36

Browse files
committed
e Add missing build-type to cmake command
1 parent d18a22e commit 84f0a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_actions_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
mkdir ${{ env.BUILD_DIR_PATH }}
114114
cd ${{ env.BUILD_DIR_PATH }}
115115
cmake --version
116-
cmake -G ${{ matrix.generator }} ${{ github.workspace }}
116+
cmake -G ${{ matrix.generator }} ${{ github.workspace }} -DCMAKE_BUILD_TYPE=Debug
117117
- name: build
118118
run: |
119119
cd ${{ env.BUILD_DIR_PATH }}

0 commit comments

Comments
 (0)