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 b136695 commit b20441aCopy full SHA for b20441a
.github/workflows/debian_build.yml
@@ -60,7 +60,7 @@ jobs:
60
cd XEngine_Debian_12_${{ matrix.artifact }}
61
62
cp -rf ./XEngine_Include /usr/local/include
63
- find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
+ find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib \;
64
ldconfig
65
66
- name: make
0 commit comments