From 28cef4de3a35f73f94308ab07e2d4dce2719c259 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Mon, 20 Jan 2025 15:41:10 +0000 Subject: [PATCH] ci: fix asan run, needs offscreen qpa --- .github/workflows/sanitizers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 705eed2..0c24f43 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -43,3 +43,5 @@ jobs: - name: Run tests run: ctest --test-dir ./build --verbose + env: + QT_QPA_PLATFORM: offscreen