We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57e19d commit 14488baCopy full SHA for 14488ba
.github/workflows/rockybuild.yml
@@ -46,7 +46,8 @@ jobs:
46
cd libxengine
47
chmod 777 *
48
./XEngine_LINEnv.sh -i 0
49
-
+ - name: install xengine library
50
+ run: |
51
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_x86-64.zip
53
unzip ./XEngine_RockyLinux_9_x86-64.zip -d ./XEngine_RockyLinux_9_x86-64
@@ -70,6 +71,7 @@ jobs:
70
71
- name: test
72
run: |
73
cd XEngine_Release
74
+ ldd ./XEngine_CenterApp
75
./XEngine_CenterApp -t
76
./XEngine_Http2App -t
77
./XEngine_HttpApp -t
0 commit comments