Skip to content

Commit 04f46e6

Browse files
committed
ci:rocky fix
1 parent fcd95ee commit 04f46e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rockybuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@ jobs:
4040
run: |
4141
dnf update -y
4242
dnf install gcc g++ make git jq unzip -y
43-
ls -al
4443
# 设置依赖库的环境变量
4544
- name: Set up Dependency rocky linux Environment
4645
run: |
4746
cd libxengine
4847
chmod 777 *
49-
./XEngine_LINEnv.sh -i 3
48+
./XEngine_LINEnv.sh -i 0
5049
5150
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
5251
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_x86-64.zip

.github/workflows/ubuntu_Arm64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ubuntu Arm64 build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

0 commit comments

Comments
 (0)