From 64cea941ee5617d49165459d0695594c04aed8dc Mon Sep 17 00:00:00 2001 From: microcai Date: Thu, 19 Dec 2024 09:30:35 +0800 Subject: [PATCH] bump to v6.8.1 --- .github/workflows/msvc-qt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msvc-qt.yml b/.github/workflows/msvc-qt.yml index 0ff275e..c9a4616 100644 --- a/.github/workflows/msvc-qt.yml +++ b/.github/workflows/msvc-qt.yml @@ -53,7 +53,7 @@ jobs: if: steps.cache-qt-repo.outputs.cache-hit != 'true' run: | # Clone Qt6 repo - git clone https://github.com/qt/qt5.git -b 6.8.1 --depth 1 qt-source + git clone https://github.com/qt/qt5.git -b v6.8.1 --depth 1 qt-source cd qt-source git apply ${{ github.workspace }}/0001-shadow-clone-for-submodules.patch perl init-repository.pl --shallow --mirror https://github.com/qt/