From 1b607ae1b8454c7e8eba5239dc689b560a2228ef Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Mon, 23 Sep 2024 10:19:01 +0200 Subject: [PATCH] test --- .github/workflows/appimage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index e0bb1de..f824bbc 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -26,11 +26,11 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: 6.5.3 + version: 6.* host: 'linux' target: 'desktop' arch: 'linux_gcc_64' -# modules: qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets + modules: qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets - name: Checkout vscp repo uses: actions/checkout@v4