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 ba691be commit ba2b2f9Copy full SHA for ba2b2f9
.github/workflows/rockybuild.yml
@@ -29,7 +29,11 @@ jobs:
29
with:
30
repository: libxengine/libxengine
31
path: libxengine
32
-
+
33
+ - name: sub module checkout (opensource)
34
+ run: |
35
+ dnf install jq unzip -y
36
+ git clone https://gitee.com/xengine/XEngine_OPenSource.git XEngine_Source/XEngine_Depend
37
# 设置依赖库的环境变量
38
- name: Set up Dependency rocky linux Environment
39
run: |
@@ -46,10 +50,6 @@ jobs:
46
50
find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
47
51
ldconfig
48
52
49
- - name: sub module checkout (opensource)
- run: |
- dnf install jq unzip -y
- git clone https://gitee.com/xengine/XEngine_OPenSource.git XEngine_Source/XEngine_Depend
53
#编译
54
- name: make
55
0 commit comments