From f54b439e5ad08ce9cb04bc03b5dcefc8ebed77df Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Thu, 23 May 2024 00:48:12 -0500 Subject: [PATCH] Remove the GTK theme from Linux. Has the potential to cause a crash when opening a file dialog. GTK is deprecated in favor of Fusion. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102f2aab..e957e216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,9 +157,7 @@ jobs: cd .. mkdir -p plugins/ cd plugins/ - mkdir -p platformthemes/ mkdir -p sqldrivers/ - cp "${RUNNER_WORKSPACE}/Qt/${{ matrix.qt_version }}/${{ matrix.qt_arch }}/plugins/platformthemes/libqgtk3.so" platformthemes/ cp "${RUNNER_WORKSPACE}/Qt/${{ matrix.qt_version }}/${{ matrix.qt_arch }}/plugins/sqldrivers/libqsqlite.so" sqldrivers/ cd .. popd