File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,16 @@ jobs:
4141 dnf install -y git make g++ wget curl unzip
4242
4343 git config --global --add safe.directory /workspace
44-
4544 git submodule init
4645 git submodule update
4746
4847 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
4948 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_Arm64.zip
5049 unzip ./XEngine_RockyLinux_9_Arm64.zip -d ./XEngine_RockyLinux_9_Arm64
5150 cd XEngine_RockyLinux_9_Arm64
51+
52+ ./XEngine_LINEnv.sh -i 0
53+
5254 cp -rf ./XEngine_Include /usr/local/include
5355 find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
5456 ldconfig
Original file line number Diff line number Diff line change @@ -43,14 +43,16 @@ jobs:
4343 apt install git make g++ wget curl jq unzip -y
4444
4545 git config --global --add safe.directory /workspace
46-
4746 git submodule init
4847 git submodule update
4948
5049 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
5150 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_UBuntu_24.04_Arm64.zip
5251 unzip ./XEngine_UBuntu_24.04_Arm64.zip -d ./XEngine_UBuntu_24.04_Arm64
5352 cd XEngine_UBuntu_24.04_Arm64
53+
54+ ./XEngine_LINEnv.sh -i 0
55+
5456 cp -rf ./XEngine_Include /usr/local/include
5557 find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
5658 ldconfig
You can’t perform that action at this time.
0 commit comments