From cee0655f686ad87b0b56315f5fab4e605fe913da Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Mon, 23 Sep 2024 11:07:59 +0200 Subject: [PATCH] test --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 56c63ea..914a31e 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -76,7 +76,7 @@ jobs: target: 'desktop' arch: 'linux_gcc_64' modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets' -# extra: '-exclude-libs=libqsqlmimer' + extra: '--exclude-libs=libqsqlmimer' - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2