From 11a5545b29dbf8cf700529c3c69d749e944a6f5e Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sat, 21 Feb 2026 17:30:20 +0000 Subject: [PATCH] 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. --- .github/workflows/build-sanitizers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sanitizers.yml b/.github/workflows/build-sanitizers.yml index 7e7d940..1fb4f5b 100644 --- a/.github/workflows/build-sanitizers.yml +++ b/.github/workflows/build-sanitizers.yml @@ -24,7 +24,7 @@ jobs: preset: ['dev6-asan'] include: - preset: dev6-asan - qt-flavor: asan + qt-flavor: asan_ubsan steps: - name: Checkout sources uses: actions/checkout@v4