File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - arch : amd64
2121 runner : ubuntu-24.04
2222 platform : linux/amd64
23- artifact_suffix : x86-64
23+ artifact : x86-64
2424 - arch : arm64
2525 runner : ubuntu-24.04-arm
2626 platform : linux/arm64
27- artifact_suffix : Arm64
27+ artifact : Arm64
2828
2929 steps :
3030 - name : Checkout main repository code
4949 - name : install xengine library
5050 run : |
5151 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
52- wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_${{ matrix.artifact_suffix }}.zip
53- unzip ./XEngine_RockyLinux_9_${{ matrix.artifact_suffix }}.zip -d ./XEngine_RockyLinux_9_${{ matrix.artifact_suffix }}
54- cd XEngine_RockyLinux_9_${{ matrix.artifact_suffix }}
52+ wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_${{ matrix.artifact }}.zip
53+ unzip ./XEngine_RockyLinux_9_${{ matrix.artifact }}.zip -d ./XEngine_RockyLinux_9_${{ matrix.artifact }}
54+ cd XEngine_RockyLinux_9_${{ matrix.artifact }}
5555
5656 cp -rf ./XEngine_Include /usr/local/include
5757 find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
You can’t perform that action at this time.
0 commit comments