File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: rocky 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 @@ -32,15 +32,26 @@ jobs:
3232 repository : libxengine/libxengine
3333 path : libxengine
3434
35+ - name : sub module checkout (XEngine_OPenSource)
36+ uses : actions/checkout@v4
37+ with :
38+ repository : libxengine/XEngine_OPenSource
39+ path : XEngine_Source/XEngine_Depend
40+ - name : sub module checkout (XEngine_PhoneData)
41+ uses : actions/checkout@v4
42+ with :
43+ repository : libxengine/XEngine_PhoneData
44+ path : XEngine_Source/XEngine_DBDepend
45+ - name : sub module checkout (XEngine_IPMacData)
46+ uses : actions/checkout@v4
47+ with :
48+ repository : libxengine/XEngine_IPMacData
49+ path : XEngine_Source/XEngine_DBDepend
50+
3551 - name : install system package
3652 run : |
3753 dnf update -y
3854 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
4455 # 设置依赖库的环境变量
4556 - name : Set up Dependency rocky linux Environment
4657 run : |
You can’t perform that action at this time.
0 commit comments