Skip to content

Commit 09371c7

Browse files
author
root
committed
submodules
1 parent 9ec88f0 commit 09371c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
os: windows-latest
4343
steps:
4444
- uses: actions/checkout@v4
45+
with:
46+
submodules: recursive # 递归检出git子模块(submodules)
4547

4648
# 安装交叉编译工具链: https://github.com/taiki-e/setup-cross-toolchain-action
4749
# 如果安装 target 对应的工具链, 则下一步不会再安装并调用 cross 创建容器来编译, 可大幅缩短构建时间

0 commit comments

Comments
 (0)