Skip to content

Commit

Permalink
ci:fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 22, 2025
1 parent 1edc576 commit fcd95ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rockybuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
repository: libxengine/XEngine_OPenSource
path: XEngine_Source/XEngine_Depend

- name: sub module checkout (opensource)
- name: install system package
run: |
dnf update -y
dnf install gcc g++ make git jq unzip -y
ls -al
# 设置依赖库的环境变量
- name: Set up Dependency rocky linux Environment
run: |
dnf update -y
dnf install gcc g++ make git jq unzip -y
cd libxengine
chmod 777 *
./XEngine_LINEnv.sh -i 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_Arm64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
-w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
set -e
apt update -y
apt install git make g++ wget curl jq -y
apt install git make g++ wget curl jq unzip -y
git config --global --add safe.directory /workspace
Expand Down

0 comments on commit fcd95ee

Please sign in to comment.