Skip to content

Commit 54e6e9f

Browse files
committed
modify:ci rocky copy module path
1 parent 14488ba commit 54e6e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rockybuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd XEngine_RockyLinux_9_x86-64
5555
5656
cp -rf ./XEngine_Include /usr/local/include
57-
find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
57+
find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
5858
ldconfig
5959
#编译
6060
- name: make

0 commit comments

Comments
 (0)