chore: ci checkout submodule

This commit is contained in:
Barry 2022-06-08 21:25:21 +08:00
parent dddb815428
commit 8a8eff2615
3 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: 'true'
# 编译
- name: Build MacOS
env:

View file

@ -43,6 +43,7 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: 'true'
- name: Build Ubuntu
env:
ENV_QT_PATH: ${{ env.qt-install-path }}

View file

@ -67,6 +67,7 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: 'true'
# 编译msvc
- name: Build MSVC
# shell介绍 https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell