Skip to content

Commit

Permalink
ci:rocky fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 22, 2025
1 parent fcd95ee commit 04f46e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rockybuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ jobs:
run: |
dnf update -y
dnf install gcc g++ make git jq unzip -y
ls -al
# 设置依赖库的环境变量
- name: Set up Dependency rocky linux Environment
run: |
cd libxengine
chmod 777 *
./XEngine_LINEnv.sh -i 3
./XEngine_LINEnv.sh -i 0
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_x86-64.zip
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 @@ -3,7 +3,7 @@ name: ubuntu Arm64 build workflows
on:
push:
branches:
- 'master'
- 'master1'
paths:
- 'XEngine_Source/**'
- 'XEngine_Release/**'
Expand Down

0 comments on commit 04f46e6

Please sign in to comment.