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 5d60dc9 commit 9fd7035Copy full SHA for 9fd7035
.github/workflows/rockybuild.yml
@@ -56,7 +56,7 @@ jobs:
56
cd XEngine_RockyLinux_9_x86-64
57
58
cp -rf ./XEngine_Include /usr/local/include
59
- find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
+ find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
60
ldconfig
61
62
- name: make
@@ -73,9 +73,6 @@ jobs:
73
- name: test
74
run: |
75
cd XEngine_Release
76
- ls -al /usr/local/include
77
- ls -al /usr/local/lib
78
- ldd ./XEngine_AuthorizeService
79
./XEngine_AuthorizeService -t
80
81
- name: Upload folder as artifact with RockyLinux
0 commit comments