Skip to content

Commit 64cb90c

Browse files
committed
ci: Build against both asan and ubsan Qt
The KDSME asan preset already enables both for KDSME itself. Now the Qt it builds against also has both.
1 parent 4275c0a commit 64cb90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-sanitizers.yml

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

0 commit comments

Comments
 (0)