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 5789d6a commit 2483031Copy full SHA for 2483031
.github/workflows/asan.yml
@@ -69,7 +69,7 @@ jobs:
69
working-directory: ${{ github.workspace }}
70
run: >
71
cmake --preset=${{ matrix.build_type }}
72
- -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -ENABLE_ASAN=ON
+ -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DENABLE_ASAN=ON
73
74
- name: 'Build'
75
0 commit comments