From 4a7a220af81e53c2041db293f13f04435fa64ce0 Mon Sep 17 00:00:00 2001 From: light7734 Date: Fri, 5 Sep 2025 12:21:44 +0330 Subject: [PATCH] fix: missing display env var --- tools/ci/amd64/clang/coverage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci/amd64/clang/coverage.sh b/tools/ci/amd64/clang/coverage.sh index c4993e5..3a9e086 100755 --- a/tools/ci/amd64/clang/coverage.sh +++ b/tools/ci/amd64/clang/coverage.sh @@ -1,5 +1,7 @@ #!/bin/bash +export DISPLAY=':0' + set -e cd $(git rev-parse --show-toplevel)/ rm -rf ./build