Skip to content

Commit 65b8381

Browse files
author
Vano
committed
test RelWithDebInfo
1 parent 0533104 commit 65b8381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: CMake
4545
build_debug: |
4646
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -B build_debug .
47-
cmake --build build_debug --config Debug -v
47+
cmake --build build_debug --config RelWithDebInfo -v
4848
4949
build_release: |
5050
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=template_release -B build_release .

0 commit comments

Comments
 (0)