mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
downgrade Qt version to 5.12
This commit is contained in:
parent
06b9269b84
commit
f762204512
4
.github/workflows/ci-linux.yml
vendored
4
.github/workflows/ci-linux.yml
vendored
@ -45,12 +45,12 @@ jobs:
|
||||
uses: actions/cache@v1 # not v2!
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{ runner.os }}-QtCache-5.15-1
|
||||
key: ${{ runner.os }}-QtCache-5.12-1
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.2
|
||||
version: 5.12.12
|
||||
target: desktop
|
||||
modules: qtwebengine
|
||||
tools: tools_openssl_x64,1.1.1-4,qt.tools.openssl.gcc_64
|
||||
|
4
.github/workflows/ci-macos.yml
vendored
4
.github/workflows/ci-macos.yml
vendored
@ -44,12 +44,12 @@ jobs:
|
||||
uses: actions/cache@v1 # not v2!
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{ runner.os }}-QtCache-5.15-2
|
||||
key: ${{ runner.os }}-QtCache-5.12-2
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.2
|
||||
version: 5.12.12
|
||||
target: desktop
|
||||
modules: qtwebengine
|
||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||
|
4
.github/workflows/ci-win.yml
vendored
4
.github/workflows/ci-win.yml
vendored
@ -50,12 +50,12 @@ jobs:
|
||||
uses: actions/cache@v1 # not v2!
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{ runner.os }}-${{matrix.config.arch}}-QtCache-5.15-1
|
||||
key: ${{ runner.os }}-${{matrix.config.arch}}-QtCache-5.12-1
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 5.15.2
|
||||
version: 5.12.12
|
||||
target: desktop
|
||||
arch: ${{matrix.config.arch}}
|
||||
modules: qtwebengine
|
||||
|
Loading…
x
Reference in New Issue
Block a user