Skip to content

Commit

Permalink
Move Win/Lin CI to Qt6.6.2 [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Feb 19, 2024
1 parent 1c34db5 commit afab283
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
version: '6.6.2'
dir: ${{runner.workspace}}/Qt
modules: 'qtwebengine qtpositioning qt5compat qtpdf qtwebchannel'
setup-python: 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset-lin-caches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Cache cleared 8 August 2023
Cache cleared 8 August 2023
Cache cleared 8 August 2023
Cache cleared 8 August 2023

Cache cleared 19 February 2024
1 change: 1 addition & 0 deletions .github/workflows/reset-win-caches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Reset cache on 4-September-2023
Reset cache on 9-Semptemeber-2023
Reset cache on 7-October-2023
Reset cache on 18-November-2023
Reset cache for Qt6.6.2 on 19-Febbruary-2024
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.3_x64_VS2022.7z
QT: Qt6.5.3
DOWNLOADQT: https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/Qt6.6.2_x64_VS2022.7z
QT: Qt6.6.2
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.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
pip install shiboken6@https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/shiboken6-6.6.2-6.6.2-cp311-cp311-win_amd64.whl
pip install PySide6@https://github.com/dougmassay/win-qtwebkit-5.212/releases/download/v5.212-1/PySide6-6.6.2-6.6.2-cp311-cp311-win_amd64.whl
- name: Create Build Environment
shell: cmd
Expand Down

0 comments on commit afab283

Please sign in to comment.