Skip to content

Commit 75284eb

Browse files
committed
ci: Build against both asan and ubsan Qt
The KDReports asan preset already enables both for KDReports itself. Now the Qt it builds against also has both.
1 parent e9346a3 commit 75284eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
preset: ['dev-asan']
2424
include:
2525
- preset: dev-asan
26-
qt-flavor: asan
26+
qt-flavor: asan_ubsan
2727
steps:
2828
- name: Checkout sources
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)