Skip to content

Commit

Permalink
ci:update rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 22, 2025
1 parent 3d8c4bf commit 1edc576
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rockybuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,21 @@ jobs:
with:
repository: libxengine/libxengine
path: libxengine

- name: sub module checkout (opensource)
uses: actions/checkout@v4
with:
repository: libxengine/XEngine_OPenSource
path: XEngine_Source/XEngine_Depend

- name: sub module checkout (opensource)
run: |
dnf update -y
dnf install gcc g++ make git jq unzip -y
ls -al
git submodule init
git submodule update
# 设置依赖库的环境变量
- 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

0 comments on commit 1edc576

Please sign in to comment.