From 8a8eff261589b1e7b7a01a90eb936d0697f3a48f Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Wed, 8 Jun 2022 21:25:21 +0800 Subject: [PATCH] chore: ci checkout submodule --- .github/workflows/macos.yml | 1 + .github/workflows/ubuntu.yml | 1 + .github/workflows/windows.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1fc8b8d..ad84d8d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,6 +38,7 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 + submodules: 'true' # 编译 - name: Build MacOS env: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 5eca0d1..929ae01 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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 }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 027ae56..daf7079 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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