From 4eea188d194ab1fa9c43376427021214b5a8cbc2 Mon Sep 17 00:00:00 2001 From: microcai Date: Mon, 25 Nov 2024 23:23:06 +0800 Subject: [PATCH] 6.8.1 branch --- .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 ac3cc20..4083761 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 v6.8.1 --depth 1 qt-source + git clone https://github.com/qt/qt5.git -b 6.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/