Skip to content

Commit

Permalink
gha/windows-mingw64-build: Bump Qt to 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Jan 21, 2025
1 parent f8db2ee commit e068451
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows-mingw64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
mingw-w64-${{ matrix.config.arch }}-freetype
mingw-w64-${{ matrix.config.arch }}-fribidi
mingw-w64-${{ matrix.config.arch }}-glew
mingw-w64-${{ matrix.config.arch }}-qt5
mingw-w64-${{ matrix.config.arch }}-quazip
mingw-w64-${{ matrix.config.arch }}-qt6
mingw-w64-${{ matrix.config.arch }}-quazip-qt6
mingw-w64-${{ matrix.config.arch }}-python-sphinx
mingw-w64-${{ matrix.config.arch }}-sip
- name: Prepare ccache timestamp
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
-DCMAKE_NEED_RESPONSE=ON
-DCMAKE_INSTALL_PREFIX=$PWD/install
-DPython3_EXECUTABLE=/${{ matrix.config.msystem }}/bin/python3
-DTALIPOT_USE_QT6=ON
-DTALIPOT_BUILD_TESTS=ON
-DTALIPOT_USE_CCACHE=ON ..
- name: Talipot build
Expand Down

0 comments on commit e068451

Please sign in to comment.