File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3838 -w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
3939 set -e
4040 dnf update -y
41- dnf install -y git make g++ wget curl unzip
41+ dnf install --allowerasing git make g++ wget curl jq unzip -y
4242
4343 git config --global --add safe.directory /workspace
4444 git submodule init
4848 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_Arm64.zip
4949 unzip ./XEngine_RockyLinux_9_Arm64.zip -d ./XEngine_RockyLinux_9_Arm64
5050 cd XEngine_RockyLinux_9_Arm64
51+ ls -al
5152
5253 chmod 777 ./XEngine_LINEnv.sh
5354 ./XEngine_LINEnv.sh -i 0
Original file line number Diff line number Diff line change 5050 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_UBuntu_24.04_Arm64.zip
5151 unzip ./XEngine_UBuntu_24.04_Arm64.zip -d ./XEngine_UBuntu_24.04_Arm64
5252 cd XEngine_UBuntu_24.04_Arm64
53+ ls -al
5354
5455 chmod 777 ./XEngine_LINEnv.sh
5556 ./XEngine_LINEnv.sh -i 0
You can’t perform that action at this time.
0 commit comments