From 673fc63680bd88bc16186dd42cbc0d46cca99176 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 23 Feb 2021 02:20:18 +0400 Subject: [PATCH] Check DESKTOP_APP_DISABLE_X11_INTEGRATION on actions --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ce1109d86..ba7fd18a6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -62,6 +62,7 @@ jobs: defines: - "" - "DESKTOP_APP_DISABLE_DBUS_INTEGRATION" + - "DESKTOP_APP_DISABLE_X11_INTEGRATION" - "DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION" - "DESKTOP_APP_DISABLE_GTK_INTEGRATION"