Skip to content

Commit 7befcbf

Browse files
committed
Fixup
1 parent 2483031 commit 7befcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
working-directory: ${{ github.workspace }}
7070
run: >
7171
cmake --preset=${{ matrix.build_type }}
72-
-DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DENABLE_ASAN=ON
72+
-DBUILD_TESTING=ON -DENABLE_ASAN=ON
7373
7474
- name: 'Build'
7575
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)