File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ubuntu Arm64 build workflows
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' master1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
You can’t perform that action at this time.
0 commit comments