Skip to content

Commit 4d289a3

Browse files
committed
update:ci build
1 parent 3c24cdd commit 4d289a3

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

.github/workflows/RockyX86_64_build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/UbuntuArm64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ubuntu Arm64 build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- 'develop1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/Ubuntux86_64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ubuntu x86_64 build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- 'develop1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/macbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: macos build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- 'develop1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: windows build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- 'develop1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

0 commit comments

Comments
 (0)