From c0855e804182a103b3907093e9a19968a7273483 Mon Sep 17 00:00:00 2001 From: Collin Kidder Date: Wed, 11 Dec 2024 13:32:16 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd66281..85f7d39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Prepare Qt Libraries uses: jurplel/install-qt-action@v3 with: - version: '6.8.1' + version: '6.8' modules: 'qtserialbus qtserialport' - name: Clone @@ -80,7 +80,7 @@ jobs: - name: Prepare Qt Libraries uses: jurplel/install-qt-action@v3 with: - version: '6.8.1' + version: '6.8' modules: 'qtserialbus qtserialport' - name: Clone