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 073d85b commit 619d216Copy full SHA for 619d216
.github/workflows/ci.yml
@@ -246,7 +246,7 @@ jobs:
246
cxxflags: ${{ matrix.cxxflags }}${{ ( matrix.compiler == 'gcc' && ' -static') || '' }}${{ ( matrix.asan && ' -static-libasan') || '' }}${{ ( matrix.tsan && ' -static-libtsan') || '' }}
247
generator: Ninja
248
toolchain: ${{ steps.package-install.outputs.vcpkg_toolchain || steps.package-install.outputs.vcpkg-toolchain }}
249
- build-type: ${{ matrix.build-type }}
+ build-type: RelWithDebInfo
250
install-prefix: .local
251
extra-args: |
252
-D MRDOCS_BUILD_DOCS=OFF
0 commit comments