Upgrade Qt to 6.8.0 in the workflow

This commit is contained in:
Jakub Melka 2024-10-19 19:57:20 +02:00
parent b0e5c3001b
commit 58fb15b7d3
3 changed files with 8 additions and 8 deletions

View File

@ -87,14 +87,14 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.7.2'
version: '6.8.0'
host: 'linux'
target: 'desktop'
dir: '${{ github.workspace }}/qt/'
install-deps: 'true'
modules: 'qtspeech qtmultimedia'
cache: 'true'
cache-key-prefix: ${{ runner.os }}-qt-672
cache-key-prefix: ${{ runner.os }}-qt-680
- name: Build Project
working-directory: pdf4qt

View File

@ -116,14 +116,14 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.7.2'
version: '6.8.0'
host: 'windows'
target: 'desktop'
dir: '${{ github.workspace }}/qt/'
install-deps: 'true'
modules: 'qtspeech qtmultimedia qtimageformats'
cache: 'true'
cache-key-prefix: ${{ runner.os }}-qt-672
cache-key-prefix: ${{ runner.os }}-qt-680
- name: Find VC Redistributable Directories

View File

@ -42,14 +42,14 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.7.2'
version: '6.8.0'
host: 'linux'
target: 'desktop'
dir: '${{ github.workspace }}/qt/'
install-deps: 'true'
modules: 'qtspeech qtmultimedia'
cache: 'true'
cache-key-prefix: ${{ runner.os }}-qt-672
cache-key-prefix: ${{ runner.os }}-qt-680
- name: Build project
working-directory: pdf4qt
@ -107,14 +107,14 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.7.2'
version: '6.8.0'
host: 'windows'
target: 'desktop'
dir: '${{ github.workspace }}/qt/'
install-deps: 'true'
modules: 'qtspeech qtmultimedia'
cache: 'true'
cache-key-prefix: ${{ runner.os }}-qt-672
cache-key-prefix: ${{ runner.os }}-qt-680
- name: Build project
working-directory: pdf4qt