Skip to content

Commit 619d216

Browse files
committed
ci: build-type is RelWithDebInfo
1 parent 073d85b commit 619d216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
cxxflags: ${{ matrix.cxxflags }}${{ ( matrix.compiler == 'gcc' && ' -static') || '' }}${{ ( matrix.asan && ' -static-libasan') || '' }}${{ ( matrix.tsan && ' -static-libtsan') || '' }}
247247
generator: Ninja
248248
toolchain: ${{ steps.package-install.outputs.vcpkg_toolchain || steps.package-install.outputs.vcpkg-toolchain }}
249-
build-type: ${{ matrix.build-type }}
249+
build-type: RelWithDebInfo
250250
install-prefix: .local
251251
extra-args: |
252252
-D MRDOCS_BUILD_DOCS=OFF

0 commit comments

Comments
 (0)