mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Upgrade Qt to 6.8.0 in the workflow
This commit is contained in:
4
.github/workflows/LinuxInstall.yml
vendored
4
.github/workflows/LinuxInstall.yml
vendored
@@ -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
|
||||
|
4
.github/workflows/WindowsInstall.yml
vendored
4
.github/workflows/WindowsInstall.yml
vendored
@@ -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
|
||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user