Skip to content

Commit

Permalink
CI to Qt6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Oct 7, 2023
1 parent 4c405c0 commit c746167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reset-win-caches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Reset cache on 26-July-2023
Reset cache on 26-August-2023
Reset cache on 4-September-2023
Reset cache on 9-Semptemeber-2023
Reset cache on 7-October-2023
8 changes: 4 additions & 4 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ on:

env:
BUILD_TYPE: Release
DOWNLOADQT: https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/Qt6.5.2_x64_VS2022.7z
QT: Qt6.5.2
DOWNLOADQT: https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/Qt6.5.3_x64_VS2022.7z
QT: Qt6.5.3
INNO: C:\Program Files (x86)\Inno Setup 6
CMAKE64BIT: -DWIN_INSTALLER_USE_64BIT_CRT=1
PYTHON: \hostedtoolcache\windows\Python\3.11.3\x64
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
pip install chardet==5.1.0
pip install pillow==9.5.0
pip install lxml==4.9.2
pip install shiboken6@https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/shiboken6-6.5.2-6.5.2-cp311-cp311-win_amd64.whl
pip install PySide6@https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/PySide6-6.5.2-6.5.2-cp311-cp311-win_amd64.whl
pip install shiboken6@https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/shiboken6-6.5.3-6.5.3-cp311-cp311-win_amd64.whl
pip install PySide6@https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/PySide6-6.5.3-6.5.3-cp311-cp311-win_amd64.whl
- name: Create Build Environment
shell: cmd
Expand Down

0 comments on commit c746167

Please sign in to comment.