Skip to content

Commit 34cfce4

Browse files
committed
CI:fix
1 parent c099499 commit 34cfce4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/rockybuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232

3333
- name: sub module checkout (opensource)
3434
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
35+
dnf install git gcc g++ make git jq unzip -y
36+
git submodule init
37+
git submodule update
3738
# 设置依赖库的环境变量
3839
- name: Set up Dependency rocky linux Environment
3940
run: |

.github/workflows/ubuntu_Arm64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
-v ${{ github.workspace }}:/workspace \
4040
-w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
4141
set -e
42-
apt update -y
42+
apt install git make g++ wget -y
4343
4444
git submodule init
4545
git submodule update

0 commit comments

Comments
 (0)