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 6fbea19 commit ecde95bCopy full SHA for ecde95b
.github/workflows/rockybuild.yml
@@ -22,6 +22,8 @@ jobs:
22
# 检出您的主仓库代码
23
- name: Checkout main repository code
24
uses: actions/checkout@v4
25
+ with:
26
+ submodules: true
27
28
# 检出依赖的xengine仓库到指定的xengine目录
29
- name: Checkout dependency repository (xengine)
@@ -32,9 +34,8 @@ jobs:
32
34
33
35
- name: sub module checkout (opensource)
36
run: |
37
+ dnf update -y
38
dnf install git gcc g++ make git jq unzip -y
- git submodule init
- git submodule update
39
# 设置依赖库的环境变量
40
- name: Set up Dependency rocky linux Environment
41
.github/workflows/ubuntu_Arm64_build.yml
@@ -42,6 +42,8 @@ jobs:
42
apt update -y
43
apt install git make g++ wget -y
44
45
+ git config --global --add safe.directory /workspace
46
+
47
git submodule init
48
git submodule update
49
0 commit comments