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 3d8c4bf commit 1edc576Copy full SHA for 1edc576
.github/workflows/rockybuild.yml
@@ -29,17 +29,21 @@ jobs:
29
with:
30
repository: libxengine/libxengine
31
path: libxengine
32
+
33
+ - name: sub module checkout (opensource)
34
+ uses: actions/checkout@v4
35
+ with:
36
+ repository: libxengine/XEngine_OPenSource
37
+ path: XEngine_Source/XEngine_Depend
38
39
- name: sub module checkout (opensource)
40
run: |
- dnf update -y
- dnf install gcc g++ make git jq unzip -y
41
ls -al
- git submodule init
- git submodule update
42
# 设置依赖库的环境变量
43
- name: Set up Dependency rocky linux Environment
44
45
+ dnf update -y
46
+ dnf install gcc g++ make git jq unzip -y
47
cd libxengine
48
chmod 777 *
49
./XEngine_LINEnv.sh -i 3
0 commit comments