Skip to content

Commit fcd95ee

Browse files
committed
ci:fixed
1 parent 1edc576 commit fcd95ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rockybuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
repository: libxengine/XEngine_OPenSource
3737
path: XEngine_Source/XEngine_Depend
3838

39-
- name: sub module checkout (opensource)
39+
- name: install system package
4040
run: |
41+
dnf update -y
42+
dnf install gcc g++ make git jq unzip -y
4143
ls -al
4244
# 设置依赖库的环境变量
4345
- name: Set up Dependency rocky linux Environment
4446
run: |
45-
dnf update -y
46-
dnf install gcc g++ make git jq unzip -y
4747
cd libxengine
4848
chmod 777 *
4949
./XEngine_LINEnv.sh -i 3

.github/workflows/ubuntu_Arm64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
4141
set -e
4242
apt update -y
43-
apt install git make g++ wget curl jq -y
43+
apt install git make g++ wget curl jq unzip -y
4444
4545
git config --global --add safe.directory /workspace
4646

0 commit comments

Comments
 (0)