Skip to content

Commit

Permalink
bump to v6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Dec 19, 2024
1 parent b319bb4 commit 64cea94
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 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/
Expand Down

0 comments on commit 64cea94

Please sign in to comment.