Skip to content

Commit

Permalink
6.8.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Nov 25, 2024
1 parent cd4e63a commit 4eea188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 4eea188

Please sign in to comment.