From 51df9aa5499d50e6dbe848d92cd85fd7b2c099f2 Mon Sep 17 00:00:00 2001 From: KorigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:36:21 +0530 Subject: [PATCH] update: linux Qt 6.8 --- .github/workflows/build_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 0ab5f0661..972c46ff8 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -114,7 +114,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.7.2' + version: '6.8.1' modules: 'all' cache: true @@ -147,7 +147,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.7.2' + version: '6.8.*' modules: 'all' cache: true