Skip to content

Commit 2bbc0d3

Browse files
committed
ci:fix rocky build
1 parent db03276 commit 2bbc0d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rockybuild.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ubuntu build workflows
1+
name: rocky build workflows
22

33
on:
44
push:
@@ -30,11 +30,6 @@ jobs:
3030
repository: libxengine/libxengine
3131
path: libxengine
3232

33-
- name: sub module checkout (opensource)
34-
run: |
35-
git submodule init
36-
git submodule update
37-
3833
# 设置依赖库的环境变量
3934
- name: Set up Dependency rocky linux Environment
4035
run: |
@@ -50,6 +45,11 @@ jobs:
5045
sudo cp -rf ./XEngine_Include /usr/local/include
5146
sudo find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
5247
sudo ldconfig
48+
49+
- name: sub module checkout (opensource)
50+
run: |
51+
git submodule init
52+
git submodule update
5353
#编译
5454
- name: make
5555
run: |

0 commit comments

Comments
 (0)