We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec88f0 commit 09371c7Copy full SHA for 09371c7
.github/workflows/release.yml
@@ -42,6 +42,8 @@ jobs:
42
os: windows-latest
43
steps:
44
- uses: actions/checkout@v4
45
+ with:
46
+ submodules: recursive # 递归检出git子模块(submodules)
47
48
# 安装交叉编译工具链: https://github.com/taiki-e/setup-cross-toolchain-action
49
# 如果安装 target 对应的工具链, 则下一步不会再安装并调用 cross 创建容器来编译, 可大幅缩短构建时间
0 commit comments