From a2f38fbc5d102355aacf8d373418d746a9d0da03 Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Tue, 12 Nov 2024 18:25:59 +0100 Subject: [PATCH] text --- .github/workflows/appimage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index fb31d17..fedd22d 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -59,7 +59,7 @@ jobs: target: 'desktop' arch: 'linux_gcc_64' modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets' -# extra: '--exclude-libs=libqsqlmimer' + extra: '--exclude-libs=libmimerapi' - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2 @@ -68,7 +68,6 @@ jobs: run: | mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_ROOT=${{github.workspace}}/third_party/vscp/ -DVSCP_PATH=${{github.workspace}}/third_party/vscp/ .. - - name: Build working-directory: ${{github.workspace}}/build