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 d14136e commit 9998713Copy full SHA for 9998713
.github/workflows/ci.yml
@@ -782,7 +782,7 @@ jobs:
782
run: |
783
sudo apt install lcov
784
echo "CODE_COVERAGE=1" >> $GITHUB_ENV
785
- echo "BUILD_TYPE=Debug" >> $GITHUB_ENV
+ echo "BUILD_TYPE=RelWithDebInfo" >> $GITHUB_ENV
786
787
- name: Build and Test/Install CppInterOp on Unix systems
788
if: ${{ runner.os != 'windows' }}
0 commit comments