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 c099499 commit 34cfce4Copy full SHA for 34cfce4
.github/workflows/rockybuild.yml
@@ -32,8 +32,9 @@ jobs:
32
33
- name: sub module checkout (opensource)
34
run: |
35
- dnf install gcc g++ make git jq unzip -y
36
- git clone https://gitee.com/xengine/XEngine_OPenSource.git XEngine_Source/XEngine_Depend
+ dnf install git gcc g++ make git jq unzip -y
+ git submodule init
37
+ git submodule update
38
# 设置依赖库的环境变量
39
- name: Set up Dependency rocky linux Environment
40
.github/workflows/ubuntu_Arm64_build.yml
@@ -39,7 +39,7 @@ jobs:
-v ${{ github.workspace }}:/workspace \
-w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
41
set -e
42
- apt update -y
+ apt install git make g++ wget -y
43
44
git submodule init
45
git submodule update
0 commit comments