File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,15 @@ jobs:
3232 repository : libxengine/libxengine
3333 path : libxengine
3434
35- - name : sub module checkout (opensource)
36- uses : actions/checkout@v4
37- with :
38- repository : libxengine/XEngine_OPenSource
39- path : XEngine_Source/XEngine_Depend
40-
4135 - name : install system package
4236 run : |
4337 dnf update -y
4438 dnf install gcc g++ make git jq unzip -y
39+
40+ - name : sub module checkout (opensource)
41+ run : |
42+ git submodule init
43+ git submodule update
4544 # 设置依赖库的环境变量
4645 - name : Set up Dependency rocky linux Environment
4746 run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ubuntu Arm64 build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - ' develop1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ubuntu x86_64 build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - ' develop1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: macos build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - ' develop1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: windows build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - ' develop1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
You can’t perform that action at this time.
0 commit comments