mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
fix CI on macOS
This commit is contained in:
parent
cc8ee46efe
commit
b13771e34f
3
.github/workflows/ci-macos.yml
vendored
3
.github/workflows/ci-macos.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: actions/cache@v1 # not v2!
|
uses: actions/cache@v1 # not v2!
|
||||||
with:
|
with:
|
||||||
path: ../Qt
|
path: ../Qt
|
||||||
key: ${{ runner.os }}-QtCache-5.15-1
|
key: ${{ runner.os }}-QtCache-5.15-2
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
@ -53,6 +53,7 @@ jobs:
|
|||||||
target: desktop
|
target: desktop
|
||||||
modules: qtwebengine
|
modules: qtwebengine
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
|
setup-python: 'false'
|
||||||
|
|
||||||
|
|
||||||
- name: Create Build Dir
|
- name: Create Build Dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user